This is the code that powers https://trains.gaelan.me, a site which displays UK train departure information from Darwin, the National Rail's customer-facing train information system.
Information is loaded via the public Huxley API, as Network Rail's API sign-up isn't working at the minute.
Contributions very welcome!
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open