UserGen is a simple JavaScript username generator.
UserGen grabs one random word from usernames.txt by jeanphorn on GitHub using the Math.random
method and generates one random number, again using the Math.random
method.
- xaeman (me) — overall design
- Denys Séguret — the Stack Overflow answer that tought me how to do this
- jeanphorn — username list
- nicolas-cusan — the destyle.css reset stylesheet
- Cody Boisclair — Press Start 2P (heading font)
- Steve Matteson — Open Sans (body font)
UserGen is licensed under the BSD 2-Clause "Simplified" License.