Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelson/pomodoro
https://github.com/axelson/pomodoro
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/axelson/pomodoro
- Owner: axelson
- Created: 2019-07-10T18:07:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T22:36:16.000Z (about 2 months ago)
- Last Synced: 2024-12-16T00:47:30.653Z (25 days ago)
- Language: Elixir
- Size: 575 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pomodoro
A pomodoro timer that is customizeable on the fly.
![Screenshot](contrib/screenshot.png)
## Installation
Linux: Ensure that `aplay` is installed
Mac: Nothing (`afplay` is installed by default)## Running
To run:
``` sh
mix deps.get
mix ecto.create
mix ecto.migrate
iex -S mix
```