Socket
Book a DemoInstallSign in
Socket

bing-search

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bing-search

Search content with Bing

0.0.1
latest
npmnpm
Version published
Weekly downloads
9
800%
Maintainers
1
Weekly downloads
 
Created
Source

NodeJs module to search content with Bing

Installation

npm install bing-search

Usage

Import the module and create a new instance specifying user and password provided by Bing

var BingSearch=require('bing-search');

var bing=new BingSearch({
    user: '...',
    password: '...'
})

Search content

bing.search({
    query: 'query'
}).then(function(res){
    // res is a json object, containing 2 fields:
    // * results: (the array of results)
    // * __next: the url to the next page
}, function(err){ })

Notes

  • now it supports only images search. So the result returned by the method search() are images.

FAQs

Package last updated on 12 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.