This is a simple, mobile friendly, webapp that display the upcoming departures of a specific station in Berlin.
The information is obtained from https://v6.bvg.transport.rest/, which is a wrapper of a BVG API.
The app is currently deployed here. You can search for a stop by adding it to the location hash. For example: https://my-stop.netlify.app/#ostkreuz
.
There is an alternative style called 'blue' that you can use by adding "style=blue" to the query string. For example: https://my-stop.netlify.app/?style=blue#ostkreuz
.
First, run the development server:
npm start
This will start a development server at http://localhost:1234.
To run the production build:
npm run build