Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

miniArray/node-ego

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-ego

Find your rank on Google and other search engines.

Getting Started

Install the module with: npm install ego

ego = require 'ego'

ego.rank
  phrase: "ebay"
  domain: "ebay.com"
  success: (result) ->
    console.log "Google position: #{result.position}"

output: "Google position: 1"

Examples

Delay

Google will temporarily block searches if they suspect you're automating searches. You can specify a delay (in milliseconds) between each pagination to avoid this.

ego.options.delay = 5000

# or

ego.rank
  delay: 5000
  phrase: "ebay"
  domain: "ebay.com"
  success: (result) ->
    console.log "Google position: #{result.position}"

Documentation

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Roadmap

  • Incorporate bing/yahoo

Release History

v0.1.0

  • now using node-google

License

Copyright (c) 2013 Simon W. Jackson
Licensed under the MIT license.

About

Find your rank on Google and other search engines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.