Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.7 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.7 KB

Refugee Info Map

This is an interactive map for refugees to look up institutions in their city. Moreover, users can create a log-in to contribute to this map and add institutions and information about that institutions. All options can be configured with a config-File.

Version

1.0.0

Installation

Refugee Info Map requires Node.js v4+ to run.

Configuration Properties
Property Type Possible Values Default Description
routing Boolean true | false Rounting added to the app
logIn Boolean true | false LogIn required
contribution Boolean true | false Contribution allowed
credential.Name String Name of provider contact
credential.Mail String Mail of provider contact
specifyEntriesToLocation Boolean true | false Specify to one location?
boundingBox Array Array of Coordinates
NPM initiation and start
$ npm install
$ npm start