Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arshadkazmi42/xxxid
xxx-xxx-xxx unique id generator.
https://github.com/arshadkazmi42/xxxid
generator id teamviewerid uniqueid xxx-xxx-xxx
Last synced: 26 days ago
JSON representation
xxx-xxx-xxx unique id generator.
- Host: GitHub
- URL: https://github.com/arshadkazmi42/xxxid
- Owner: arshadkazmi42
- License: mit
- Created: 2019-10-06T04:51:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T12:08:48.000Z (over 2 years ago)
- Last Synced: 2024-10-28T03:18:12.995Z (2 months ago)
- Topics: generator, id, teamviewerid, uniqueid, xxx-xxx-xxx
- Language: JavaScript
- Size: 62.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# xxxid
[![Build](https://github.com/arshadkazmi42/xxxid/actions/workflows/nodejs.yml/badge.svg)](https://github.com/arshadkazmi42/xxxid/actions/workflows/nodejs.yml)
[![NPM Version](https://img.shields.io/npm/v/xxxid.svg)](https://www.npmjs.com/package/xxxid)
[![NPM Downloads](https://img.shields.io/npm/dt/xxxid.svg)](https://www.npmjs.com/package/xxxid)
[![Github Repo Size](https://img.shields.io/github/repo-size/arshadkazmi42/xxxid.svg)](https://github.com/arshadkazmi42/xxxid)
[![LICENSE](https://img.shields.io/npm/l/xxxid.svg)](https://github.com/arshadkazmi42/xxxid/blob/master/LICENSE)
[![Contributors](https://img.shields.io/github/contributors/arshadkazmi42/xxxid.svg)](https://github.com/arshadkazmi42/xxxid/graphs/contributors)
[![Commit](https://img.shields.io/github/last-commit/arshadkazmi42/xxxid.svg)](https://github.com/arshadkazmi42/xxxid/commits/master)xxx-xxx-xxx unique id generator
## Install
```
npm i xxxid
```## Usage
```javascript
const xxxId = require('xxxid');
console.log(xxxId());
console.log(xxxId(3));
console.log(xxxId(4));// OUTPUT
// a123-v43-c44
// s21-313-ds1
// ss1f-35s2-43xf```
## Contributing
Interested in contributing to this project?
You can log any issues or suggestion related to this library [here](https://github.com/arshadkazmi42/xxxid/issues/new)Read our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase