bdunnette / clicker

A simple audience-response system in Meteor.js

Home Page:http://clicker.meteor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Short URLs for polls

bdunnette opened this issue · comments

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

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