An open API service indexing awesome lists of open source software.

https://github.com/axelson/pomodoro_phx


https://github.com/axelson/pomodoro_phx

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# PomodoroPhx

Goal: Provide a visual view of the existing Pomodoro session

TODO:
- [x] Show the current pomodoro status

## Installing

mix deps.get
mix ecto.create
mix ecto.migrate
npm install --prefix assets
iex -S mix phx.server
http://localhost:4000