node-semrush2

1.0.1 • Public • Published

node-semrush - An SEMRush API library for Node.js

This module provides calls to the SEMRushAPI for Nodejs.

Installation

You can install this through npm: npm install node-semrush

You can also install via git by cloning: git clone https://github.com/ithinkdancan/node-semrush.git /path/to/semrush-api

Usage

var SEMRushAPI = require('node-semrush');
var semrush = new SEMRushAPI('<YOUR API KEY>');

semrush.<ReportType>('<DOMAIN>', {<RequestParams>}, function(err, response) {
  if (err) throw err;

  // See http://www.semrush.com/api.html for format of returned object
  var report = response;

  // Do something with data
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    1

Package Sidebar

Install

npm i node-semrush2

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • sospedra