0.1.2 • Published 10 years ago

wresults v0.1.2

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

wresults

Gathers results from various search engines based on a query and ranks them based on the number of links they have in common & the order they appear in each engine.

Installation

npm install -g wresults

General Usage

Command Line

wresults [<searchEngine> [<searchEngine> ...]] <searchQuery>

For more information man wresults

As a module

var wresults = require('wresults');
wresults.all('NodeJS wresults GitHub').then(/* */);
wresults.google('NodeJS wresults GitHub').then(/* */);
wresults.ddg('NodeJS wresults GitHub').then(/* */);
// ...

Note

I haven't imposed any restrictions (delays, etc). You will be temporarily banned on some search engines if you hit them too quickly.

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago