0.1.1 • Published 9 years ago

su.mmarinov.googleit v0.1.1

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

GoogleIt - search google and save result as html

How to use

Make a request to google using only the searched keywords and use the response html

var googleit = require('../googleit.js');
googleit.search('search terms', function(responce){
	// the response is the html of the google search page
	...
});

Testing the package

Use the following command to test the package:

$ node test/test.js 

Note: If the response page is unreadable, change the page encoding to UTF8 or Unicode.

0.1.1

9 years ago

0.1.0

9 years ago