zanox

1.1.1 • Public • Published

Zanox Api written in CoffeeScript

This is an Api to access Zanox with nodejs.

Installation

npm install zanox

Usage

Zanox = require 'Zanox'
zanox = Zanox connectId, secretKey
zanox.getProgramsOfAdspace id, {items: 50}, (err, data) ->
    return console.error err if err?
    console.log '%j', data

/zanox/

    Package Sidebar

    Install

    npm i zanox

    Weekly Downloads

    13

    Version

    1.1.1

    License

    none

    Last publish

    Collaborators

    • mren