1.3.1 • Published 7 years ago

dsbclient v1.3.1

Weekly downloads
4
License
MIT
Repository
-
Last release
7 years ago

DSB Client

A module which uses my dsbapi library to filter only for the important information returned by the getData() Method.

Filters for:

  • timetable
  • news
  • tiles

Install

yarn add dsbclient
# OR
npm install dsbclient --save

Usage:

New import key

import Client from 'dsbclient';
const client = new Client(USERNAME, PASSWORD);

client.fetch() => Returns Promise

Old way

const Client = require('dsbclient');
const client = new Client(USERNAME, PASSWORD);

client.fetch() => Still returns Promise
1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago