alphanumeric-id
v1.0.1
Published
Generate an alphanumeric id of a specified length.
Downloads
3,156
Readme
alphanumeric-id
Generate an alphanumeric id of a specified length.
Installation
$ npm install --save alphanumeric-id
Usage
var alphanumeric = require('alphanumeric-id');
alphanumeric(5);
//=> i6pZq
alphanumeric(10);
//=> 9FRwIpou9A
License
MIT © Jonathan Svärdén