Flood Map and Water Level Warning System
Live flood map running google map api with markers that change depending on the current water level. Water level is detected using an ultrasonic sensor connected to an arduino uno r3 with a wifi-module esp8266.
Installation
- Clone the repo
- Install the dependencies with
yarn
Usage
- run
yarn start
- localhost will run at port 3000,
http://localhost:3000
Build with