positive-usernames
v1.0.3
Published
Generate Positive Usernames - No more embarrasing usernames.
Downloads
6
Readme
Positive Usernames
Easily create usernames with positive adjectives, like 'happy-charles'.
How to use
Install
yarn add positive-usernamesImport into your code
const getUsername = require('positive-usernames')And use like so:
const username = getUsername('sam')
// energetic-samThis package will also check to see if you have passed in an email address, and if so if will trim it. So '[email protected]' will become 'jennifer'. No rocket science here, i'm afraid.
Contributing
Any updates are welcome - create a MR in the repository
