1.0.0 • Published 11 years ago

googler v1.0.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

node-google

A client for Google AJAX Web Search API on Node.js

Installation

$ git clone git://github.com/thinkphp/node-google.git
$ npm install node-google

Touch app.js and add:

var google = require('googler')

var g = google({appid:'your-api-key'})

g.search('MooTools', function(error, response, results){

  console.log(results[3].content) 
})

Run the app

$ node app.js

License

MIT