Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karllhughes/first-results
This repo searches google or bing for a collection of terms and saves the first URL of each to a csv file. It's really just an excuse to play with node.
https://github.com/karllhughes/first-results
Last synced: 5 days ago
JSON representation
This repo searches google or bing for a collection of terms and saves the first URL of each to a csv file. It's really just an excuse to play with node.
- Host: GitHub
- URL: https://github.com/karllhughes/first-results
- Owner: karllhughes
- Created: 2015-07-31T21:39:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-01T02:35:17.000Z (over 9 years ago)
- Last Synced: 2023-08-12T23:41:33.899Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# First Result URLs
I wanted a way to get the first search result URL from an array of
Google searches, so that's what this does.### Notes
This is not generalized or very useful as a project yet. Need to do the following:
- Add unit tests
- Generalize the input method
- Allow variable output path