littleid
v1.0.0
Published
make a random id of X chars long
Downloads
269
Readme
littleid
make a random id of X chars long
install
$ npm install littleid
usage
var littleid = require('littleid')
// default is 6 chards
var id = littleid()
// but you can have an id any length
var longer = littleid(16)
license
MIT