wordifyjs
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

WordifyJS

A JS library for "humanizing" UUIDs

Installing

$ npm install wordifyjs

Usage

Importing wordify:

import * as wordify from 'wordifyjs';

WordifyJS exposes a few utility functions for generating and converting UUIDs to and from word combinations.

wordify.generateNewPair(); // returns [uuid, word-combination]
 
wordify.wordsFromUUID(uuid); // Existing UUID -> Word combination
 
wordify.uuidFromWords(words); // Existing Word Combination -> UUID

License

ISC

Readme

Keywords

Package Sidebar

Install

npm i wordifyjs

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

237 kB

Total Files

10

Last publish

Collaborators

  • havenbarnes