An open API service indexing awesome lists of open source software.

https://github.com/iolanguage/googlesearch


https://github.com/iolanguage/googlesearch

Last synced: 6 months ago
JSON representation

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
```