Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

efernandesng/placard-api

Repository files navigation

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');

(async ()=>{
    const nextEvents = await placard.nextEvents();
})();

Documentation

  • faq() -> Promise
  • fullSportsBook() -> Promise
  • info() -> Promise
  • nextEvents() -> Promise

Tests

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

$ npm install
$ npm test

License

MIT