@vicentecalfo/star-trek-planet-uuid
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@vicentecalfo/star-trek-planet-uuid

Generate unique random IDs that contain planet names from the Star Trek universe. You will notice that the generated IDs are not technically UUID or GUID. Obviously this package was developed just for fun.

However, if you need to create CSS identifiers or need a unique ID for low complexity applications you can use them without any problems.

Inspiration

The silly idea of ​​developing an ID generator based on the planets in the Star Trek universe came from another project that generates IDs based on medical terms.

Installation

First you need to install the npm module.

npm install @vicentecalfo/star-trek-planet-uuid

Usage

import { uuid } from '@vicentecalfo/star-trek-planet-uuid';

const starTrekId = uuid();
// 371dfd05-verex-iii-137d2b6f

Package Sidebar

Install

npm i @vicentecalfo/star-trek-planet-uuid

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

24.5 kB

Total Files

9

Last publish

Collaborators

  • vicentecalfo