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: 10 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T12:08:48.000Z (almost 4 years ago)
- Last Synced: 2025-07-23T07:51:31.743Z (11 months ago)
- Topics: generator, id, teamviewerid, uniqueid, xxx-xxx-xxx
- Language: JavaScript
- Size: 62.5 KB
- Stars: 3
- Watchers: 1
- 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
[](https://github.com/arshadkazmi42/xxxid/actions/workflows/nodejs.yml)
[](https://www.npmjs.com/package/xxxid)
[](https://www.npmjs.com/package/xxxid)
[](https://github.com/arshadkazmi42/xxxid)
[](https://github.com/arshadkazmi42/xxxid/blob/master/LICENSE)
[](https://github.com/arshadkazmi42/xxxid/graphs/contributors)
[](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