Skip to content

unauthapp/xxxid

 
 

Repository files navigation

xxxid

Build

xxx-xxx-xxx unique id generator

Install

npm i xxxid

Usage

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

Read our contributing guide on getting started with contributing to the codebase

Contributors

Thank you to all the contributors who have helped us in making this project better 🙌

About

xxx-xxx-xxx unique id generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%