Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbstjn/tatort

Query information for upcoming Tatort shows
https://github.com/sbstjn/tatort

crawler node nodejs tatort

Last synced: 4 days ago
JSON representation

Query information for upcoming Tatort shows

Awesome Lists containing this project

README

        

# Tatort [![CircleCI](https://circleci.com/gh/sbstjn/tatort.svg?style=svg)](https://circleci.com/gh/sbstjn/tatort)

Query for upcoming [Tatort](http://www.daserste.de/unterhaltung/krimi/tatort/index.html) shows.

## Installation

```bash
$ > npm install tatort
```

## Usage

```bash
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](https://github.com/sbstjn/tatort/blob/master/LICENSE.md).

## Contributors

- [Sebastian Müller](https://sbstjn.com)

## Data

The library uses [TV direkt](http://www.tvdirekt.de/tatort-heute-abend.html) 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!