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

https://github.com/train-cat/watcher-transilien

Collect data from real time SNCF API
https://github.com/train-cat/watcher-transilien

api-sncf realtime transilien watcher watcher-transilien

Last synced: 4 months ago
JSON representation

Collect data from real time SNCF API

Awesome Lists containing this project

README

          

# watcher-transilien

Collect real time data from SNCF API (stop and train)

[![Go Report Card](https://goreportcard.com/badge/github.com/train-cat/watcher-transilien)](https://goreportcard.com/report/github.com/train-cat/watcher-transilien)

## Usage
### API SNCF
Get a api key [register](https://ressources.data.sncf.com/explore/dataset/api-temps-reel-transilien/)

```
cp config.json.dist config.json
# edit configuration
go build -o watcher-transilien *.go
./watcher-transilien -config config.json
```