bdunnette / clicker

A simple audience-response system in Meteor.js
http://clicker.meteor.com
MIT License
2 stars 0 forks source link

Short URLs for polls #2

Open bdunnette opened 10 years ago

bdunnette commented 10 years ago

To enable participants to quickly browse to a given poll, it would be nice to have a short ID that could be put in the URL (like with Hashids) instead of using entire Mongo UID

bdunnette commented 9 years ago

Looks like this should be possible using Meteor's Random.id function...