aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2017-05-08 12:35:35 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2017-05-08 12:35:35 +0200
commit610c836b10b9214fdbdbf87cddcc44afde8efc7e (patch)
tree5599afdb610df2a0112147f24984cd617ae42394
parentc662d00134f875e05bd0edfb17abaadf18d9acea (diff)
Update description.
-rw-r--r--README.md30
1 files changed, 28 insertions, 2 deletions
diff --git a/README.md b/README.md
index 74064c9..a38b741 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,29 @@
-# aquifer-frontend
+# Aquifer
-add description of aquifer-frontend here \ No newline at end of file
+## Summary
+
+A water consumption tracker running in the browser, written
+with [GHCJS]() and [Reflex FRP]().
+
+## Usage
+
+Browse to https://matthias.benkard.de/aquifer/ and make sure to have
+JavaScript enabled.
+
+Add drinks by clicking the _add drink_ button on the bottom of the
+page.
+
+Track your water consumption by checking the running total on the top
+of the page. For a quick glance at how you're doing, look at the
+color of the top bar. If the background is **red**, you haven't
+approached your daily goal yet. If it is **yellow**, you are well on
+your way to reaching your daily goal. If it is **green**, you're fine
+for today.
+
+## Implementation notes
+
+The application is written in Haskell, compiled with [GHCJS](), and
+based on the [Reflex FRP]() library.
+
+[Reflex FRP]: https://github.com/reflex-frp/reflex
+[GHCJS]: https://github.com/ghcjs/ghcjs