Skip to content

Generates random adjective and noun pairings intended to be used as Steam usernames.

License

Notifications You must be signed in to change notification settings

LukeGeneva/steam-name-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Name Generator

Generates random pairings of adjectives and nouns to make creative Steam names (or any username really).

Usage

Install dependencies with npm first.

npm install

You can generate a single username by simply running index.js.

$ node index.js
material witch-hazel

To view a continuous stream of names add the -a flag.

$ node index.js -a
deserving automatic transmission
strange coupon sheet
adverse noteholder
...

The interval defaults to five seconds between generations. To change this, add a millisecond argument after the -a flag. For example, a two-second interval can be triggered as follows:

$ node index.js -a 2000
double corn syrup
repressed airbase
glaring jelly bean
...

Use Ctrl+C to stop generating names.

About

Generates random adjective and noun pairings intended to be used as Steam usernames.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published