Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noblesamurai/node-majesticseo
Node module for access to the majesticseo API.
https://github.com/noblesamurai/node-majesticseo
Last synced: about 1 month ago
JSON representation
Node module for access to the majesticseo API.
- Host: GitHub
- URL: https://github.com/noblesamurai/node-majesticseo
- Owner: noblesamurai
- License: bsd-3-clause
- Created: 2014-06-25T05:19:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T23:22:35.000Z (over 9 years ago)
- Last Synced: 2024-12-01T06:19:27.151Z (about 2 months ago)
- Language: JavaScript
- Size: 355 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-majesticseo
================Node module for access to the majesticseo API.
# Usage
```javascript
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:
```bash
MAJESTIC_API_KEY=blah npm test
```