google-search-rank
v0.0.3
Published
Google search rank
Downloads
10
Readme
google-search-rank
Get to Google search ranks.
Install
$ npm install google-search-rank
Usage
var searchrank = require('google-search-rank');
searchrank.key = '(Custom search API Key)';
searchrank.cx = '(Custom search engine ID)';
searchrank.find("nodejs", "hideack.hatenablog.com", 3, function(rank, result){
console.log("RANK => " + rank);
});
Contributing
- Fork it ( https://github.com/hideack/google-search-rank/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request