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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1
  • 0.0.0
    0

Package Sidebar

Install

npm i alpha-code

Weekly Downloads

1

Version

0.1.0

License

ISC

Unpacked Size

2.56 kB

Total Files

3

Last publish

Collaborators

  • cameron-bevan