hledger/hledger-api
2016-01-10 11:17:48 -08:00
..
examples api: example 2 2016-01-10 11:17:48 -08:00
CHANGES api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
hledger-api.1.md api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
hledger-api.cabal api: /prices, /commodities, cleanup 2016-01-10 08:58:40 -08:00
hledger-api.hs api: /prices, /commodities, cleanup 2016-01-10 08:58:40 -08:00
LICENSE api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00
package.yaml api: /prices, /commodities, cleanup 2016-01-10 08:58:40 -08:00
README api: begin a web API server with examples (#316) 2016-01-09 07:48:24 -08:00

Beginnings of a web API server, and a series of simple client-side web app examples.
This is an alternative to hledger-web, and for variety and research uses servant instead of yesod.