unique-username
v4.1.1
Published
How unique is your username?
Downloads
1
Readme
Check Username availability across 140+ websites instantly
Very often while registering to new websites we try to keep the same username across all the websites. Sometimes the username is available and sometimes it’s not. :(
I created a simple tool using which you can instantly find out if your favorite username is available or not on over 140+ websites.
Installation
Use npm to install username.
npm i unique-username -g //-g to install the project globally
Usage
Check the availability of a particular username across all 140+ websites.
username u <your_username>
Check the availability of a particular username on a particular website.
username d <serviceName> <your_username>
Get the list of all supported services
username services
Help
username u --help
Contributing
Please raise an issue if you feel something is wrong or a potential bug. Please raise PR with any changes or additional features that you may like to add.
You must have the below dependencies before you start working on it.
Node.js
npm
Once you've met the dependencies, cd to the project folder and execute this command to run the project with node.
node index.js u <your_username>