Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axelson/pomodoro


https://github.com/axelson/pomodoro

Last synced: 22 days 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
```