Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbille/roast-timer.com
Timer to log your home coffee roasting.
https://github.com/tbille/roast-timer.com
coffee roasting web
Last synced: about 2 months ago
JSON representation
Timer to log your home coffee roasting.
- Host: GitHub
- URL: https://github.com/tbille/roast-timer.com
- Owner: tbille
- Created: 2020-06-07T23:45:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T16:49:49.000Z (almost 4 years ago)
- Last Synced: 2023-03-24T14:30:37.004Z (almost 2 years ago)
- Topics: coffee, roasting, web
- Language: JavaScript
- Homepage: https://roast-timer.com/
- Size: 302 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![roast-timer.com](https://roast-timer.com/assets/timer-logo.png "roast-timer.com") Coffee roast timer
This timer is made for home coffee roaster that want to log their roasts. I use this site when roasting on my [Gene Café CBR-101](https://www.genecafe.eu/gene-cafe-cbr-101.php).
This is the repository for the site [roast-timer.com](https://roast-timer.com).
## Run the project
- Install Django. On Ubuntu:
```
$ pip install django
$ python manage.py migrate
```
- Run the project locally
```
$ python manage.py runserver
```
- Access http://localhost:8000