snowtrackers / Circuidy-map

Map backend for Circuidy app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circuidy-map

Map backend for Circuidy app

Start server

npm install
node server.js

Server will serve on port 3000

How interact with it

Just send POST request like that :

IP:3000/notifications?lat=12&lon=15&type=3&message=Dommage test
  • lat : Latitude in decimal
  • lon : Longitude in decimal
  • type : Various PIN
    • DANGER
    • DUSTBIN
    • SMILE
    • BAD_ROAD
    • BROKEN_SIGN
    • APPLE
  • message : Message to accompagne notification

About

Map backend for Circuidy app

License:GNU Affero General Public License v3.0


Languages

Language:HTML 63.0%Language:JavaScript 37.0%