diff --git a/README.md b/README.md index 09bf5de..d6d0fe2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ -# Liliquiz - Lightweight Live Quiz +# Liliquiz - Ultra simple Live Poll + +![A form with a question and three options filled](screenshots/choices.png) +![Poll with same three options and result bars](screenshots/main.png) + +An ultra simple live polling app. Fill out a form, point people to the +URL, results in realtime. + +Absolutely no attempt is made at stopping people from voting multiple times. +In fact, refreshing the page is enough to vote again. This is by design. + +The polling control form is password-protected. ## Usage + ``` npm install PASSWORD=my_admin_password node index.js diff --git a/screenshots/choices.png b/screenshots/choices.png new file mode 100644 index 0000000..e3e56f3 Binary files /dev/null and b/screenshots/choices.png differ diff --git a/screenshots/main.png b/screenshots/main.png new file mode 100644 index 0000000..f2e3f02 Binary files /dev/null and b/screenshots/main.png differ