/Base63-ID-Generator

Generate the ID and increment it with the base-63.

Primary LanguageJavaScript

Base 63 ID Generator

Created by Srinivas Batchu (bsrinivasguptha)

All Rights Reserved @ now

Installation :

Just add the "base63-id-generator.min.js" JavaScript file to your project

<script src='path-to-dir/base63-id-generator.min.js'></script>

methods :

  1. setCurrentID("currentID");
  2. getCurrentID();
  3. getNextID(); //uses currentID variable as the reference for generating next ID

Sequence of Characters :

0 -> 9

A -> Z

_

a -> z