A tool for quickly building and releasing surveys. Open source & quick to host it yourself.
- Single install app using Sandstorm.
- Visit Quick Survey in the Sandstorm App Market and click "Install".
- Share the link, ask people things!
What's needed:
- This tool was built for user experience researchers. So I need user experience testers!
- Ideas for the tool to do.
- Angular / Meteor expertise to go over the code
- Security holes found?
- Install Meteor
curl https://install.meteor.com/ | sh
if it's not already installed - Clone repo to a local directory
git clone [email protected]:simonv3/quick-survey
and change directorycd quick-survey
. - You might need to run
meteor npm install
to get all the npm packages working. - Run the app to see if it all works
SANDSTORM=1 meteor
. Sandstorm=1 tells the app to pretend it's running inside of Meteor.
If you want to add an administrator, you'll need to use the API made available by meteor-accounts-sandstorm. Then add a user like so:
SandstormAccounts.setTestUserInfo({
id: 1,
name: "Alice",
permissions: ['owner']
});
- Entypo icon font used for icons. It's beautiful. http://www.entypo.com/