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

https://github.com/andrewgy8/rest_client_warmup


https://github.com/andrewgy8/rest_client_warmup

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Use RestClient to do a Google search and examine the results (you can find the parameters that Google wants in the URL by simply making a search in a normal browser. Pay attention to the q= parameter).

A basic method to search for terms using google through the restclient gem.

Created by Andrew Graham-Yooll