Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/longlho/aggregator

Search aggregator
https://github.com/longlho/aggregator

Last synced: about 2 months ago
JSON representation

Search aggregator

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`