steffeli / the-ultimate-city-bicycle-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Den ultimate bysykkel-lista

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.

Prerequisite

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>

Start application

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.

About

License:MIT License


Languages

Language:TypeScript 85.6%Language:JavaScript 10.5%Language:HTML 3.9%