Skip to content

Simple NodeJS Bing Search API with zero dependencies.

License

Notifications You must be signed in to change notification settings

thegafo/bingsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bingsearch

Simple NodeJS Bing Search API with zero dependencies.

Installation

npm i @gafo/bingsearch

Usage

var Bing = require('bingsearch');
var bing = new Bing(SUBSCRIPTION_KEY);
bing.query('GAFO TECH').then(result => {
  console.log(JSON.stringify(result,null,2));
});

About

Simple NodeJS Bing Search API with zero dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published