spotx-api

1.0.2 • Public • Published

spotx-api

A simple module for accessing SpotX report data.

Example

var sx = require('spotx-api')

var creds = {
  "username": "xxx",
  "password": "yyy"
}

var date = '2015-10-10'

sx(creds, date, function (err, rows) {
  if (err) return console.error(err)

  console.log('revenue data', rows)
})

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i spotx-api

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • dguttman