包详细信息

short-id-gen

Sommerfeld1.2kMIT1.1.2

Build short IDs with numbers, uppercase- and lowercase-letters. Pass number of characters (exact or min+max) as param.

short, ID, generator, shortURL

自述文件

short-ID-Generator (short-id-gen)

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.

Install

npm install short-id-gen --save

Parameters

  • () - 0 params -> Default lenght
  • (x) - 1 param -> Exact length
  • (x,y) - 2 params -> Min + max length

Usage

var shortID = require('short-id-gen')
console.log(shortID.generate()) // zVe9op