I created this little site just to solve one problem which is finding the email address of a GitHub user by username.
⚡ Usage: It helps me find co-author email for mentioning in a commit message:
git commit -m "commit message...
Co-authored-by: [Name] <[GitHub-Email]>"- Built with Nuxt 4
- Using GitHub User REST API
- Deployed on Vercel