/roast-timer.com

Timer to log your home coffee roasting.

Primary LanguageJavaScript

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.

This is the repository for the site 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