hledger/hledger-api
Simon Michael f331ebec16 ui, api: switch to the quicker-building microlens
This may not make much difference since dependencies brick and
servant-swagger still depend on lens, but that might change.
2016-04-04 17:50:58 -07:00
..
examples api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08:00
CHANGES api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
future-package.yaml ui, api: switch to the quicker-building microlens 2016-04-04 17:50:58 -07:00
hledger-api.1.md doc: mark up man pages for man/web rendering 2016-02-21 02:32:40 -08:00
hledger-api.cabal ui, api: switch to the quicker-building microlens 2016-04-04 17:50:58 -07:00
hledger-api.hs ui, api: switch to the quicker-building microlens 2016-04-04 17:50:58 -07:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
README api: merge tomk's WIP angular client, cleanups 2016-01-24 13:37:34 -08:00

A web API server for hledger data, and some client-side app examples.
This is an alternative to hledger-web, and for variety uses servant instead of yesod.