Water Water Water, Loo Loo Loo!
LooLooLoo is an indoor mapping web app that directs you to the nearest washroom when you drink from a water fountain.
View Demo »
We installed ESP32 microcontrollers beside water fountains in the engineering building. Once a user signs up on LooLooLoo by providing us with their phone number and bluetooth ID, they are ready to go! When a user drinks from a fountain, the ESP32 detects their phone's Bluetooth signal and sends a POST request to our Express.js backend. This triggers an SMS via the Twilio REST API with a custom link to the LooLooLoo web app, which features an interactive 3D map guiding the user from their current location to the nearest washroom in the building. LooLooLoo also features a daily water tracker that incentives you to stay hydrated.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Gordon Zhang - g234zhan@uwaterloo.ca
Project Link: https://github.com/gordonzhang1/LooLooLoo1
