/bysykkel

A simple application to fetch data from Oslo Bysykkel's API and display it to the user.

Primary LanguageTypeScript

Oslo Bysykkel - Station status visualiser

A minimal web application for visualising the current status of Oslo Bysykkel's stations, including long-term information about station (ex: address) and updated status (ex: number of available bikes).

To run application (in development), install dependencies from package-lock.json and start serving locally with:

$ npm ci

$ npm start