username-availability-checker icon indicating copy to clipboard operation
username-availability-checker copied to clipboard

Live at : https://username-check.herokuapp.com/

Results 29 username-availability-checker issues
Sort by recently updated
recently updated
newest added

Data at: https://github.com/WebBreacher/WhatsMyName/blob/master/web_accounts_list.json See: https://github.com/WebBreacher/WhatsMyName/blob/master/web_accounts_list_checker.py

enhancement

This is basically a merge between two files, `username_api.py` and `frontend.py`. They are merged into a file, `username_checker.py` which contains both the api and the frontend.

Currently, the Javascript in `status.html` takes up a good amount of the file. As we add more features to the site, this size will inevitably grow. Move the Javascript out...

googlecodein

Creating separate files for serving frontend templates and separate backend server file was an inital design decision with no strong consideration apart from being easy to reason about as a...

googlecodein
priority:high

Currently the header just says "Username Availability Checker" , and isnt aligned nicely. Improve only the header, and be sure the modifications look nice on mobile as well as desktop.

googlecodein

![Screen Shot](https://lh3.googleusercontent.com/3LA6w5C539w5BruhsakBFsZ_Jrbc0SxEcrENhlekQSY34gAx7chZezGLbgSfOVd7MPCnzlxwfAQyHM2-ET6MmzCBVZBDqL7F4jbx=w1366-h667) This is the screen shot from my ipad mini 1(ios 9.3.5). As you can see, the website doesn't show anything. And, can you check if you're smart phone(or...

bug
googlecodein

In #114 , the logo file of keybase is defined in `websites.yml`. However, before when there was similar problem, we put them into the css file. (like [this](https://github.com/manu-chroma/username-availability-checker/blob/aed237bd7652231d9a486e03ebaab9061d36d572/static/css/main.css#L94)) So I...

googlecodein

`` in `status.html` could be improved on. This project deserves a better description than that. Could be a Newcomer issue.

googlecodein

add.py is a cli tool that automates adding a new website p.s. It's messy now. I'll refactor it soon.

Most unique name checkers also check against domain names, as this is actually the reason they provide the tool -- they want to sell domain names. So this feature is...