Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 697 Bytes

README.MD

File metadata and controls

21 lines (10 loc) · 697 Bytes

Citybiker

by tomo

This project was developed for an assignment in the course IN5320 Development in Platform Ecosystems

Sometimes I want to know if there's an available citybike close to me. If there is none close by, I want know to what options public transport are available near by. This site solves that problem.

Made using Express, NodeJS, React and Bulma.

Build the client with npm build

Then npm install and npm start to start running the server.

Api keys must be provided to services/entur.js, services/citybikes.js and client/src/MapContainer.js

See the website