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

https://github.com/mtoensing/train-time-tracker

"Train Time Tracker" display real time information for a specific connection by scraping mobile.bahn.de
https://github.com/mtoensing/train-time-tracker

Last synced: about 1 year ago
JSON representation

"Train Time Tracker" display real time information for a specific connection by scraping mobile.bahn.de

Awesome Lists containing this project

README

          

# Train Time Tracker

## Synopsis

3T (Train Time Tracker) displays the departure time of your favorite trains at a glance.

## Code Example

### 1. Step

Make the folder /output writable (chmod 777)

### 2. Step

example generate.php:

```require_once('TrainTimeTracker.php');```

```generateJSON('Hamburg-Langenfelde','Sternschanze');```

Execute generate.php with a cronjob at least every minute.

### 3. Step

index.php should list all generated json files.