reddit-style-username-generator
Version:
A utility for generating and storing unique username combinations in Redis. This package reads usernames from a file, generates combinations with specified colors and nouns, and stores them in a Redis set.
44 lines (43 loc) • 510 B
text/typescript
export default [
'Red',
'Orange',
'Yellow',
'Green',
'Blue',
'Purple',
'Pink',
'Magenta',
'Cyan',
'Turquoise',
'Lime',
'Gold',
'Silver',
'Gray',
'White',
'Black',
'Maroon',
'Burgundy',
'Crimson',
'Vermilion',
'Amber',
'Goldenrod',
'Chartreuse',
'Olive',
'Teal',
'Aquamarine',
'Indigo',
'Sapphire',
'Lavender',
'Mauve',
'Fuchsia',
'Rose',
'Ivory',
'Beige',
'Taupe',
'Khaki',
'Chocolate',
'Slate',
'Charcoal',
'Navy',
'Azure',
];