Skip to content

ntudor11/CphCyclingState

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copenhagen Cycling State

App Screenshot

About

The project is a React application for tracking cycling conditions in Copenhagen, Denmark.

The app connects to APIs provided by the Norwegian Meteorological Institute, the City of Copenhagen and Google Maps Geocoding API, in order to retrieve data regarding weather conditions, addresses and bicycle paths state.

Further usage instructions can be found in the application GUI.

Used technologies & frameworks

Installation guidelines

Adding the Google Maps Geocoding API

Navigate to https://console.cloud.google.com and create a new Geocoding API.

In directory src add a new JSON file named GeolocationApi.json that has the following contents:

{
  "apiKey": "YourGoogleApiKey"
}

The system will retrieve the API key by itself in the views that require it.

Installing dependencies

Run the following command in the root project directory for installing all the necessary dependencies:

npm install --save

Running the application

For running the React app, run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

React app for tracking cycling conditions (road state and weather) in Copenhagen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published