Generate deterministic, human-readable names for things.
npm install --save threewords
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
const threewords = require('threewords');
// totally random
threewords.random(); // obeisant-voiceless-unit
threewords.random(); // grand-verbal-collaborator
threewords foo@bar.com
# defeated-ridiculous-family
threewords
# obeisant-voiceless-unit