https://github.com/andrewgy8/rest_client_warmup
https://github.com/andrewgy8/rest_client_warmup
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewgy8/rest_client_warmup
- Owner: andrewgy8
- Created: 2016-05-21T12:18:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T12:21:29.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T21:30:56.304Z (3 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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