This is a tool to help visualise rail service patterns in the UK before and after the May 2018 timetable change. See it in action and read more about it.
This tool requires Ruby and Redis to be installed.
- Run
bundle install
- Setup an application an transportapi.com (free to register)
- Run the server locally after setting the
app_id
andapp_key
from your application in your env. E.g:app_id=1234 app_key=abcd bundle exec rails server