/poll

Strawpoll.me rip, created in a couple of hours with the help of coffee and beer

Primary LanguageJavaScript

poll

Build Status Coverage Status Dependency Status Development Dependency Status

Strawpoll.me rip (created in a couple of hours).


Use

  1. git clone https://github.com/opensoars/poll
  2. npm install
  3. Run either node server.js or npm run server from the project root.
  4. Browse to http://localhost:5555
  5. Poll away!

Run tests to get build status and coverage report

  1. git clone https://github.com/opensoars/poll
  2. npm install
  3. npm run localTest