Skip to content

StarryInternet/threewords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threewords

Build Status

Generate deterministic, human-readable names for things.

Installing

npm install --save threewords

Usage

Generate from string:

const threewords = require('threewords');

// stable and deterministic (same result every time)
threewords('foo@bar.com'); // defeated-ridiculous-family
threewords('foo@bar.com'); // defeated-ridiculous-family

Generate random:

const threewords = require('threewords');

// totally random
threewords.random(); // obeisant-voiceless-unit
threewords.random(); // grand-verbal-collaborator

CLI from string:

threewords foo@bar.com
# defeated-ridiculous-family

CLI random

threewords
# obeisant-voiceless-unit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published