https://github.com/mohnish/time-for-coffee
Raspberry Pi project to track the the coffee level in a Coffee Pot
https://github.com/mohnish/time-for-coffee
coffee iot raspberry-pi-3
Last synced: 2 months ago
JSON representation
Raspberry Pi project to track the the coffee level in a Coffee Pot
- Host: GitHub
- URL: https://github.com/mohnish/time-for-coffee
- Owner: mohnish
- Created: 2019-05-23T00:49:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T01:02:42.000Z (about 7 years ago)
- Last Synced: 2025-02-04T14:46:53.953Z (over 1 year ago)
- Topics: coffee, iot, raspberry-pi-3
- Language: CSS
- Homepage: https://iam.mt/building-a-coffee-pot-monitor-using-raspberry-pi/
- Size: 2.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time for Coffee
>Raspberry Pi project to track the the coffee level in a Coffee Pot
## Introduction
TODO
## Development
* To run the app locally, install `mongodb`. run mongo using the following command `mongod --dbpath ~/data/db`
* run `npm start` to start the app
* open [http://localhost:3001](http://localhost:3001)
## Deployment
TODO