Build short IDs with numbers, uppercase- and lowercase-letters.
You can pass the number of characters (exact or min+max) as param(s).
This is a quick'n'dirty-tool. It's only used for public IDs - something like shortURLs - by my side.
npm install short-id-gen --save
- () - 0 params -> Default lenght
- (x) - 1 param -> Exact number of characters
- (x,y) - 2 params -> Min + max number of characters
var shortID = require('short-id-gen')
console.log(shortID.generate()) // zVe9op