0.2.2 • Published 8 years ago

placard-api v0.2.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Placard API

Join the chat at https://gitter.im/efernandesng/placard-api

A simple placard API client library for node.js.

npm version Build Status Coverage Status

Installation

$ npm install placard-api

Example

const placard = require('placard-api');

placard.nextEvents((err, data)=> {
    console.log(data)
})

// or

placard.nextEvents().then((data)=> {
    console.log(data)
})

Documentation

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

License

MIT