Skip to content

savikko/votebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Votebox

This is Votebox built with Meteor.

Demo: http://votebox-demo.meteor.com

(Too) quickly made mobile gallup system used first (and for now only) time at Turpaboogie 2015.

  • Adding questions: /questions
  • Seeing answers: /answers
  • Gallup /

Http auth

If you want to protect your questions/answers with basic-httpauth, just create /server/basicauth.js with

var basicAuth = new HttpBasicAuth("user", "secretpassword");
basicAuth.protect(['/answers']);
basicAuth.protect(['/questions']);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published