0.1.0 • Published 6 years ago

alpha-code v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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

0.1.0

6 years ago

0.0.0

6 years ago