netmail-open/goatvote
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
GOAT VOTE ========= Simple, silly ranked-voting service. Not terribly secure or robust. For use among friends for fun. Install & Run ------------- $ npm install $ CODE=somepassword node . Configuration ------------- Environment variables or command-line arguments are available: CODE or --code password for administering the poll (default: "secret") PORT or --port sets the port for where to serve UI (default: 8000)