onevideo-api

1.0.1 • Public • Published

onevideo-api

A simple module for accessing ONE by AOL: Video report data.

Example

var ov = require('onevideo-api')
 
var creds = {
  "username": "xxx",
  "password": "yyy"
}
 
var date = '2015-10-10'
 
ov(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 onevideo-api

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • dguttman