0.1.4 • Published 4 years ago

@luterek/orderno v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

orderno

NPM package for creating distinct order numbers in a high volume distributed system.

TESTS

Installing

npm i -S @luterek/orderno

Running the tests

npm run test

Coding Style

npm run lint
npm run format

Usage

import orderno from '@luterek/orderno';

orderno('2346789abcdefghjkmnpqrtuvwxyz', TimeInterval.Second, 2);

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

0.1.4

4 years ago

0.1.1

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago