Skip to content

An application to avoid accidents on your routes through the city of Münster. After submitting the route, different routes can be selected that avoid different risk areas where accidents are more likely to occur in Münster. All routes are displayed on a map, and it is possible to view additional statistics and to export the routes.

tnier01/SafeRouteToSchool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SafeRouteToSchool

An application to avoid accidents on your routes through the city of Münster. After submitting the route, different routes can be selected that avoid different risk areas where accidents are more likely to occur in Münster. All routes are displayed on a map, and it is possible to view additional statistics and to export the routes to Google Maps. A detailed How-To can be found after installation of the application.

This application was developed as part of the class "Geoinformation in Society" in the winterterm 2020/21 at ifgi at the University of Münster.

Getting Started

To get a local copy of the application and to run it, follow these simple steps.

Prerequisites

Install npm

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/tnier01/SafeRouteToSchool.git
  1. Install NPM packages
npm install
  1. Get your openrouteservice token at https://openrouteservice.org/dev/#/signup

  2. Rename the tokens_template.js file inside the private folder to tokens.js

  3. Add your key, received in step 3, at the routing spot in the tokens.js file

    routing: "your-token", // get it here: https://openrouteservice.org/dev/#/signup

  4. Start the application

npm start
  1. Go to the application under https://localhost:3000

Accident Data Source

https://unfallatlas.statistikportal.de/

About

An application to avoid accidents on your routes through the city of Münster. After submitting the route, different routes can be selected that avoid different risk areas where accidents are more likely to occur in Münster. All routes are displayed on a map, and it is possible to view additional statistics and to export the routes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published