Inspired by Heroku, label
generates random two word identifiers.
Install
npm install label
CLI
usage: label [--delimiter|-d <delimiter>] [--capitalize|-c] [--help|-h] [--version|-v]
Usage examples
var label = ; var title = label;console; // light beard var random = label;console; // Liquid Stream var uri = 'https://' + label + '.example.com/';console; // https://intimate-rabbit.example.com/
Note
Probability of collision is 0.00007%.