codex-team / codex-team/domain-checker
Extend whois response words which show domain availability
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
# Problem
For many TLDs we can not check domain availability because both `domainWhoisAvailable` and `domainWhoisNotAvailable` not found in whois response (see [whois worker](https://github.com/codex-team/domain-checker/blob/master/backend/src/workers/whois/checkDomain.js)).
# Possible solution
Query each TLD for available and unavailable domain and write it somewhere. Than add words from raw responses to dictionaries.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading backend/src/workers/whois/checkDomain.js to see how domainWhoisAvailable and domainWhoisNotAvailable are used. Collect raw WHOIS responses for TLDs where availability is currently undetected, then update the response-word dictionaries so those domains are classified as available or unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100