Finding potable water to fill jugs and tanks that range from 1-20+ gallons.
This app aims to solve that problem by vetting and mapping potable water sources.
Written in React and Python as a Capstone Project at Ada Developers Academy.
App Link: WaterWitch Map
- Interactive Map The page will load with all water sources currently in the Database..
- [Desktop Version Only] This will run on both desktop and phone but is not optimized for phone... yet.
- Map will automatically load your current location with geo-coordinates, unless you have your web browsers location turned off.
- Menu to navigate between Map, Instructions, Filters, Search Address, Add Water Location Form.
- Though all water assets are in a private database, the address search bar is using the LocationIQ API.
- The markers require latitude and longitude coordinates. Copy and paste them from either your current location marker's popup, or from the search bar results. Markers can not be plotted without geocoordinates.
- Clone this repository.
- Yarn - this is needed in order to access the Yarn Package Manager.
- run
yarnin the terminal - Install dependencies by running
yarn install -r requirements.txt. - My app has a backend DB which I am currently not listing here, so you will see an empty map, and just a black marker that represents your current location and geo-coordinates.
- To start the server run
yarn start. To kill the servercontrol + C - Better and more thorough documentation to come as this app evolves.