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
- Host: GitHub
- URL: https://github.com/train-cat/watcher-transilien
- Owner: train-cat
- License: gpl-3.0
- Created: 2017-09-06T20:59:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T15:59:25.000Z (over 8 years ago)
- Last Synced: 2024-06-20T13:34:53.514Z (about 2 years ago)
- Topics: api-sncf, realtime, transilien, watcher, watcher-transilien
- Language: Go
- Size: 53.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# watcher-transilien
Collect real time data from SNCF API (stop and train)
[](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
```