https://github.com/hideack/google-search-rank
https://github.com/hideack/google-search-rank
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hideack/google-search-rank
- Owner: hideack
- License: mit
- Created: 2016-08-05T10:53:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T02:48:04.000Z (about 9 years ago)
- Last Synced: 2025-09-02T18:47:38.516Z (10 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# google-search-rank
Get to Google search ranks.
## Install
```
$ npm install google-search-rank
```
## Usage
```javascript
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
1. Fork it ( https://github.com/hideack/google-search-rank/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request