4.1.0 • Published 10 years ago

majesticseo v4.1.0

Weekly downloads
3
License
BSD 3-Clause
Repository
github
Last release
10 years ago

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
4.1.0

10 years ago

4.0.0

10 years ago

3.0.0

10 years ago

2.5.0

11 years ago

2.4.0

11 years ago

2.3.0

11 years ago

2.2.0

11 years ago

2.1.0

11 years ago

2.0.0

11 years ago

1.0.0

11 years ago

0.0.0

11 years ago