Skip to content

Client based app to get information about username availability from different important websites. This tool can be used by startups, tech enthusiast, and people who want to block particular username on important domains.

Notifications You must be signed in to change notification settings

rahulsharma991/WebIDHunt

 
 

Repository files navigation

WebIDHunt

HitCount

Client based app to get information about username availability from different important websites. This tool can be used by startups, tech enthusiast, and people who want to block particular username on important domains.

Features

  • No backend required.
  • Add enormous endpoint.
  • PWA app based on Nuxt framework.
  • Easily book your username if they are available.
  • Responsive UI using Bulma framework.

Support:

Buy Me a Coffee at ko-fi.com

Contribute:

  • Get details about the url endpoint for checking username.
    • Example: https://github.com/<username>
  • Next fork this repository and edit the static/list.js.
    • To add category.

      domains: {
          <category>: [
              ...
          ]
      }
      
      
    • To add new id in category.

      <category>: [
          ...
          {
              "name": "<id_name>",
              "endpoint": "<id_endpoint>",
              "logo": "<id_logo>"
          }
          ...
      ]
      
    • Send a pull request.

About

Client based app to get information about username availability from different important websites. This tool can be used by startups, tech enthusiast, and people who want to block particular username on important domains.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 57.3%
  • JavaScript 42.7%