Generating youtube style id
Install the module with: npm install youtubeid
var youtubeid = require('youtubeid');
youtubeid.generate(); options -chars = number of characters in the id
var chars = 5 youtubeid.generate(chars); //=> Wc8xF
Copyright (c) 2014 Denis Sellu
Licensed under the MIT license.