0.0.17 • Published 7 years ago

tatort v0.0.17

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

Tatort CircleCI

Query for upcoming Tatort shows.

Installation

$ > npm install tatort

Usage

let Tatort = require('tatort');
let t = new Tatort('tvdirekt'); // Use TVDirekt as data source

t.next().list(
  console.log
);

License

Feel free to use the code, it's released using the MIT license.

Contributors

Data

The library uses TV direkt to get the most recent air times of Tatort. Feel free to add a second data source, just make sure to implement the same interface!

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago