Skip to content

KaeruCT/my-stop

Repository files navigation

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

About

Simple, mobile friendly, webapp that display the upcoming departures of a specific station in Berlin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published