alpha-code

0.1.0 • Public • Published

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

Keywords

none

Install

npm i alpha-code

DownloadsWeekly Downloads

0

Version

0.1.0

License

ISC

Unpacked Size

2.56 kB

Total Files

3

Last publish

Collaborators

  • cameron-bevan