crazytrain
v0.0.11
Published
network rail arrival & departure server using datafeeds.networkrail.co.uk
Downloads
10
Readme
crazytrain
Network rail arrival & departure server using network rail open data.
The project is composed of
a meteor server that allows you to view and manage the data.
a sciprt that imports the schedule data.
a REST API that returns data for a node that can be used with the CitySDK
Config
mkdir config
cp templates/default.yml config/default.yml
Edit config/default.yml
and put in your datafeeds.networkrail.co.uk username
and password.
Build the SCHEDULE importer
npm install
grunt
Importing SCHEDULE data
./scripts/import.zsh
Meteor site
./scripts/mrt.zsh