wresultsdeprecated

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.

Usage no npm install needed!

<script type="module">
  import wresults from 'https://cdn.skypack.dev/wresults';
</script>

README

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.