Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sbstjn/tatort
- Owner: sbstjn
- License: mit
- Created: 2016-12-25T12:42:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T21:58:03.000Z (over 7 years ago)
- Last Synced: 2024-11-09T20:45:02.167Z (2 months ago)
- Topics: crawler, node, nodejs, tatort
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 sourcet.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!