minimal gravatar username availability checker
check single username:
node checker.js usernamebulk check all words:
node bulk.jsgravatar/
├── checker.js # single username checker
├── bulk.js # bulk processing
└── data/
├── words.json # word list to check
└── available.txt # available usernames
- api integration with gravatar rest api
- accurate availability detection
- clean output files
- 1000+ unique words from rare to technical terms
available- truly available for registrationtaken- username has active profile
created by @nishimiya