https://github.com/robomx/WebIDHunt
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.
https://github.com/robomx/WebIDHunt
startups username-checker username-search webidhunt
Last synced: over 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/robomx/WebIDHunt
- Owner: robomx
- Created: 2020-04-11T08:08:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T14:50:09.000Z (over 3 years ago)
- Last Synced: 2024-10-30T09:36:08.133Z (over 1 year ago)
- Topics: startups, username-checker, username-search, webidhunt
- Language: JavaScript
- Homepage: https://webidhunt.robomx.tech/
- Size: 7.3 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebIDHunt
[](http://hits.dwyl.com/RoboMx/WebIDHunt)
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.
## Contribute:
* Get details about the url endpoint for checking username.
* Example: `https://github.com/`
* Next fork this repository and edit the `static/list.js`.
* To add category.
```
domains: {
: [
...
]
}
```
* To add new id in category.
```
: [
...
{
"name": "",
"endpoint": "",
"logo": ""
}
...
]
```
* Send a pull request.
## Generate resources
yarn resources android ios