alpha-code
simple unique code generation
The purpose for this package is to present a simple method of unique code generation using alphabet characters in place of numeric iteration. The use of non-numeric characters makes it possible to use less characters overall for the same number represented by the generated code.
Installation
This project is available on npm
npm i alpha-code
Features
Allows for remapping of character order to reduce readability.
charMap = 'B' 'C' 'D' '...' ; // could be set to: charMap = 'Y' 'P' 'D' '...' ;
Licence: ISC