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

https://github.com/jonathanlb/okra

Track daily activities as progress towards goals.
https://github.com/jonathanlb/okra

Last synced: about 1 year ago
JSON representation

Track daily activities as progress towards goals.

Awesome Lists containing this project

README

          

# Okra

Okra is a simple server to keep track of time spent towards daily goal, e.g.
exercise, practicing music, meditation.

Because Okra depends upon Rocket, it must be used with the nightly Rust build.
Make sure to run the following at some point.
```
rustup default nightly
```