Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/longlho/aggregator
Search aggregator
https://github.com/longlho/aggregator
Last synced: about 2 months ago
JSON representation
Search aggregator
- Host: GitHub
- URL: https://github.com/longlho/aggregator
- Owner: longlho
- Created: 2015-01-21T21:03:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T22:50:38.000Z (almost 10 years ago)
- Last Synced: 2024-10-03T12:23:47.619Z (3 months ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aggregator
Search aggregator that fetches from Google, Bing & Yahoo. It also zips the result together so the top ones from each are shown up top.## Build Instructions
- You'll need [node.js](http://nodejs.org/)
- `npm install`
- `node index.js`## Development Instructions
You'll need global `mocha` to run tests. It can be installed via `npm install -g mocha`