1.0.2 • Published 5 years ago

wordifyjs v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago