Skip to content

Turn UUIDs to and from human-friendly words

License

Notifications You must be signed in to change notification settings

havenbarnes/wordifyjs

Repository files navigation

WordifyJS

A JS library for "humanizing" UUIDs

badge

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 words.

wordify.generateNewPair(); // returns [uuid, word-combination]

wordify.wordsFromUUID(uuid); // Existing UUID -> Word combination

wordify.uuidFromWords(words); // Existing Word Combination -> UUID

License

ISC

About

Turn UUIDs to and from human-friendly words

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published