Skip to content

noblesamurai/node-majesticseo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-majesticseo

Node module for access to the majesticseo API.

Usage

var majestic = require('majesticseo')(apiKey);

majestic.getIndexItemInfo(['http://google.com', 'http://wikipedia.com'], {dataSource: 'fresh'}, callback);
majestic.getSubscriptionInfo(callback);
majestic.getKeywordInfo('my keyword', {}, callback)
majestic.getBackLinkData('http://google.com', {backlinkCount: 1000}, callback)

Tests

Run them:

MAJESTIC_API_KEY=blah npm test

About

Node module for access to the majesticseo API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published