placard-api

0.2.2 • Public • Published

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

  • faq([callback]) -> Promise
  • fullSportsBook([callback]) -> Promise
  • info([callback]) -> Promise
  • nextEvents([callback]) -> Promise

Tests

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

$ npm install
$ npm test

License

MIT

Package Sidebar

Install

npm i placard-api

Weekly Downloads

0

Version

0.2.2

License

MIT

Last publish

Collaborators

  • efernandesng