This commit is contained in:
goferito 2014-09-19 14:56:28 +02:00
parent c106e7259d
commit 8be332ad43

View file

@ -12,7 +12,7 @@ var Bing = require('node-bing-api')({ accKey: "your-account-key" });
Bing.search("Android", function(error, res, body){
console.log(body);
}));
});
````
### License