Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 948 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 948 Bytes

my-stop

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.

Hauptbahnhof

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.

Hauptbahnhof in blue

Getting Started

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