Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gopalanand333/nodejs-unique-numeric-id-generator
- Owner: gopalanand333
- License: mit
- Created: 2020-02-24T12:01:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T10:44:49.000Z (5 months ago)
- Last Synced: 2024-11-07T11:07:00.385Z (about 13 hours ago)
- Topics: id-generator, javascript-idgenerator, javascript-library, nodejs, numeric-id, uuid, uuid-generator
- Language: JavaScript
- Size: 90.8 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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)