DEMO OF GRAPQHL API FOR EDINBURGH CYCLING ACCIDENTS DATA (2005-2017)

The mapping application uses a graphql API to search and filter through georeferenced cycling accidents in the city of Edinburgh.

Source data from STATS19 - UK Road Safety Data https://data.gov.uk/dataset/cb7ae6f0-4be6-4935-9277-47e5ce24a11f/road-safety-data

Live Demo:

http://www.yomapo.com/graphqldemo/

Once downloaded in the application root folder do:

npm install

to install dependencies

Available Scripts

In the project directory, you can 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.

This project was bootstrapped with Create React App.