summaryrefslogtreecommitdiff
path: root/ebus-racket/README.md
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2016-08-14 19:25:26 +0200
committerYves Fischer <yvesf-git@xapek.org>2016-08-14 19:25:26 +0200
commitcaae83f445935c06cd6aef36f283a4688675278a (patch)
tree5e63cbfd2877195430a8657dcd75f42b6a4d7110 /ebus-racket/README.md
downloadebus-caae83f445935c06cd6aef36f283a4688675278a.tar.gz
ebus-caae83f445935c06cd6aef36f283a4688675278a.zip
refactored ebus code
Diffstat (limited to 'ebus-racket/README.md')
-rw-r--r--ebus-racket/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/ebus-racket/README.md b/ebus-racket/README.md
new file mode 100644
index 0000000..d639139
--- /dev/null
+++ b/ebus-racket/README.md
@@ -0,0 +1,16 @@
+# Ebus Racket
+
+## Inserting into influxdb
+
+```
+./reader.rkt --insert --influx-url http://... </dev/tty...
+
+#see also:
+./reader --help
+```
+
+## Tests
+
+```
+raco test tests/
+``` \ No newline at end of file