https://github.com/lukestorry/watree
An arduino-enhanced water bottle, with a socially-growing forest, to enhance social interaction of hydration.
https://github.com/lukestorry/watree
Last synced: over 1 year ago
JSON representation
An arduino-enhanced water bottle, with a socially-growing forest, to enhance social interaction of hydration.
- Host: GitHub
- URL: https://github.com/lukestorry/watree
- Owner: LukeStorry
- Created: 2018-11-07T20:04:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T15:10:35.000Z (over 7 years ago)
- Last Synced: 2025-01-16T00:26:03.427Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://lukestorry.github.io/waTree
- Size: 14.7 MB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/LukeStorry/watree)
An arduino-enhanced water bottle, with a socially-growing forest, to enhance social interaction of hydration, for COMSM0009 Interactive Devices.
---
## Youtube Demo
---
## Components

### Bottle
Arduino code that registers a tilt on the accelerometer and calls the backend API to register that a particular bottle has been drunk from.

### Backend
An API based on a series of HTTP GET calls, to both register drinks and create a JSON for the output, as well as a series of database-updating and -resetting calls for user info.

### Frontend
A dynamically-scaling forest that uses the backend-supplied JSON to decide on tree size, names and animations.

Hosted at [lukestorry.co.uk/waTree/display.html](https://lukestorry.co.uk/waTree/display.html)