summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoe Robinson <joe@mumsnet.com>2014-07-18 12:13:40 +0100
committerJoe Robinson <joe@mumsnet.com>2014-07-18 12:13:40 +0100
commitf2ebfd9265a5089d38854c49599bf000152155b6 (patch)
tree08f0a93675f9f76d3a770c542fe642ad6cbbeb14 /README
Initial commit
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..416f87a
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+blavote
+
+This program can be used to create polls, and allow users to vote on
+them.
+
+Usage: go run blavote.go
+
+(or compile with go build blavote.go, and execute blavote)
+
+Author: Joe Robinson
+
+Written in Go
+
+Libraries used:
+
+http://www.github.com/mxk/go-sqlite/sqlite3
+