0.1.23 • Published 10 years ago

imbing v0.1.23

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

imbing

A client wrapper for Microsoft's Bing Search API in Windows Azure Marketplace.

Installation

$ npm install imbing

Usage

var bing = require('imbing');
var b = bing({appId:'your-api-key'});
// your api key is primary account key that you can see in the dash board of the marketplace. 

b.search('INAPP', {limit: 30}, function(error, response, body){

	if ( !error ) {
    	console.log(body.d.results[0].ID) ;
    	console.log(body.d.results[0].Title) ;
    	console.log(body.d.results[0].Url) ;
    	console.log(body.d.results[0].Source) ;
    	console.log(body.d.results[0].Description) ;
    }
	else
		console.log(error);
});

GIT

https://github.com/INAPP-Mobile/imbing.git

License

MIT

0.1.23

10 years ago

0.1.22

10 years ago

0.1.21

10 years ago

0.1.20

10 years ago

0.1.19

10 years ago

0.1.18

10 years ago

0.1.17

10 years ago

0.1.16

10 years ago

0.1.15

10 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago