https://github.com/iolanguage/googlesearch
https://github.com/iolanguage/googlesearch
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/googlesearch
- Owner: IoLanguage
- Created: 2018-03-11T11:54:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T19:39:43.000Z (about 8 years ago)
- Last Synced: 2025-01-21T00:48:48.013Z (over 1 year ago)
- Language: Io
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoogleSearch
Object for performing web searches via Google.
Example:
```Io
GoogleSearch clone setSearchTerm("iolanguage") find links foreach(println)
while(Coroutine yieldingCoros size > 1, yield)
```
# Installation
```
eerie install https://github.com/IoLanguage/GoogleSearch.git
```