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

https://github.com/axelson/pomodoro


https://github.com/axelson/pomodoro

Last synced: 10 months ago
JSON representation

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
```