Skip to content

sbstjn/tatort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Query information for upcoming Tatort shows

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published