This application uses the open data available from Oslo Bysykkel (https://oslobysykkel.no/apne-data/sanntid) to display a list of all the stations and their availability in terms of bicycles and open docks.
Before you start you need to set the CLIENT_IDENTIFIER
environment variable in order to build and launch the app locally.
export CLIENT_IDENTIFIER=<some-unique-string>
For windows do the following:
set CLIENT_IDENTIFIER=<some-unique-string>
To build and serve the local application first install the dependencies by runing npm install
. Then build and serve the application with npm run start
. Now navigate to http://localhost:5000.