majesticseo
v4.1.0
Published
A node module for accessing the majesticseo API.
Downloads
26
Readme
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