An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# WebIDHunt
[![HitCount](http://hits.dwyl.com/RoboMx/WebIDHunt.svg)](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.

## Support:
Buy Me a Coffee at ko-fi.com

## 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