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

https://github.com/ahmadnazir/org-clock-stats

Make sense of the data that gets logged when using emacs org-mode to clock-in for tasks.
https://github.com/ahmadnazir/org-clock-stats

clojure emacs org-journal org-mode

Last synced: about 1 month ago
JSON representation

Make sense of the data that gets logged when using emacs org-mode to clock-in for tasks.

Awesome Lists containing this project

README

          

# org-clock-stats

Make sense of the data that gets logged when using Emacs [Org journal][org-journal] to clock-in for tasks.

[org-journal]: https://github.com/bastibe/org-journal

## Prerequisites

You will need [Leiningen][1] 2.0 or above installed.

[1]: https://github.com/technomancy/leiningen

## Running

To start a web server for the application, run:

```
PORT=3001 lein run
lein figwheel # for hot code reloading
```

## License

Copyright © 2019 Ahmad Nazir Raja

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.