generate-username-from-email
v1.0.2
Published
It generates a username from the email provided, which helps to ease our signup process and many more things in your application where you user username to identify a user.
Downloads
286
Maintainers
Readme
Generate username from email
It generates a username from the email provided, which helps to ease our signup process and many more things in your application where you user username to identify a user.
😁🙌 It's my first package while learning to publish on NPM 😁🙌
Installation and Usage
- Install from npm
npm i generate-username-from-email
- Import in you application
const generateUsername = require('generate-username-from-email')
- Use wherever you want!
var email = "[email protected]"
var username = generateUsername(email)
console.log(username)
//Output: patidarparas13