Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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