Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gopalanand333/nodejs-unique-numeric-id-generator

this repository will generate unique numeric ID of size 6 numbers.
https://github.com/gopalanand333/nodejs-unique-numeric-id-generator

id-generator javascript-idgenerator javascript-library nodejs numeric-id uuid uuid-generator

Last synced: about 13 hours ago
JSON representation

this repository will generate unique numeric ID of size 6 numbers.

Awesome Lists containing this project

README

        

# JavaScript Numeric ID Generator
This repository will generate unique numeric ID of size 6 numbers.

# [![CircleCI](https://circleci.com/gh/circleci/circleci-docs.svg?style=svg)](https://circleci.com/gh/gopalanand333/nodejs-unique-numeric-ID-generator) ![Node.js CI](https://github.com/gopalanand333/nodejs-unique-numeric-ID-generator/workflows/Node.js%20CI/badge.svg)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fgopalanand333%2Fnodejs-unique-numeric-ID-generator.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fgopalanand333%2Fnodejs-unique-numeric-ID-generator?ref=badge_shield)[![Node.js Package](https://github.com/gopalanand333/nodejs-unique-numeric-ID-generator/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/gopalanand333/nodejs-unique-numeric-ID-generator/actions/workflows/npm-publish.yml)

# This is an npm package

# How To Use:
```javascript
var ID = require("nodejs-unique-numeric-id-generator")
ID.generate(new Date().toJSON());

```

## It's simple, unique and fulfills the purpose.

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fgopalanand333%2Fnodejs-unique-numeric-ID-generator.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fgopalanand333%2Fnodejs-unique-numeric-ID-generator?ref=badge_large)