Journey planner for the Dutch railnet. https://daveyvdweide.github.io/ns-reisplanner/
- Add animations while waiting for query results
- Make it possible to easily plan another trip
- Refactor code with insights from the past two years (started this project in november 2021)
- Make mobile friendly
Select start and end stations:
Install node modules
npm run dev
Create api key here: https://apiportalacc.ns.nl/
Copy .env.example to .env
cp .env.example .env
Update key with your personal NS API key
REACT_APP_NS_API_KEY=yourkeygoeshere
Run local development server
npm start