I like trains 🚉
Website listing destination codes for locomotives in Train Simulator Classic Scenario Editor. Also displays live London Underground, National Rail and River Boat service status (because why not). Polls data from the Unified TFL API.
Built using React, test site hosted on AWS - Test Site
Under Development
- Destination Codes for around 30 UK Locomotives. (Not an exhaustive list but its one I have time for at the moment)
- Headcode Generator
- Live Status Updates for TFL & Network Rail
- Clone the repository
git clone https://github.com/whitej42/ts-dest-codes.git
- Change into ts-dest-codes directory
cd ts-dest-codes
- Start development server.
npm start