Skip to content

daveyvdgit/ns-reisplanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NS Reisplanner

Journey planner for the Dutch railnet. https://daveyvdweide.github.io/ns-reisplanner/

TODO

  • 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

Journey planner

Select start and end stations: image

View a specific journey: image

View disruptions: image

Host locally

Setup

Install node modules

npm run dev

API Key

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 server

Run local development server

npm start

About

Plan journeys on the Dutch railnet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published