https://github.com/arvid-berndtsson/domain-availability-checker

A simple Cloudflare Worker that checks the availability of a list of domains, using Google RDAP.

https://github.com/arvid-berndtsson/domain-availability-checker

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.2%) to scientific vocabulary

Keywords

cloudflare cloudflare-worker domain-availability domain-availability-checker

Keywords from Contributors

interactive archival projection generic sequences observability autograding hacking shellcodes modular
Last synced: 11 months ago · JSON representation

Repository

A simple Cloudflare Worker that checks the availability of a list of domains, using Google RDAP.

Basic Info
  • Host: GitHub
  • Owner: arvid-berndtsson
  • Language: TypeScript
  • Default Branch: main
  • Homepage:
  • Size: 573 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Topics
cloudflare cloudflare-worker domain-availability domain-availability-checker
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

Domain Availability Checker

This is a simple Cloudflare Worker that checks the availability of a list of domains, using Google RDAP.

Setup

  1. Create a new Cloudflare account and set up a new worker.
  2. Set up a Discord webhook and add the webhook URL to the worker.
  3. Add the domains you want to check to the DOMAIN_LIST variable in the worker.
  4. Deploy the worker.

Environment Variables

  • DISCORD_WEBHOOK_URL: The URL of the Discord webhook.
  • DOMAINS: A comma-separated list of domains to check.

Set the variable in the worker's environment variables. Use the wrangler secret put command to set the secret.

bash wrangler secret put DISCORD_WEBHOOK_URL wrangler secret put DOMAINS

Local Environment Variables

Create a .dev.vars file in the root of the project and add the following variables:

bash DISCORD_WEBHOOK_URL=your_webhook_here DOMAINS="your_domains_here,your_domains_here,your_domains_here"

DNS Response Codes

  • 0 = NOERROR: Domain exists
  • 1 = FORMERR: Format error
  • 2 = SERVFAIL: Server failed
  • 3 = NXDOMAIN: Domain does not exist (available)
  • 4 = NOTIMP: Not implemented
  • 5 = REFUSED: Query refused

Owner

  • Name: Arvid Berndtsson
  • Login: arvid-berndtsson
  • Kind: user
  • Location: Sweden
  • Company: @LimeTip

Based in Malmö, Sweden, I specialize in software development and digital sustainability. Founder of @LimeTip and Co-Founder of @merely-emissions

GitHub Events

Total
  • Watch event: 1
  • Delete event: 3
  • Push event: 7
  • Pull request review event: 5
  • Pull request event: 12
  • Create event: 7
Last Year
  • Watch event: 1
  • Delete event: 3
  • Push event: 7
  • Pull request review event: 5
  • Pull request event: 12
  • Create event: 7

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 7
  • Total Committers: 2
  • Avg Commits per committer: 3.5
  • Development Distribution Score (DDS): 0.429
Past Year
  • Commits: 7
  • Committers: 2
  • Avg Commits per committer: 3.5
  • Development Distribution Score (DDS): 0.429
Top Committers
Name Email Commits
Arvid Berndtsson 1****n 4
dependabot[bot] 4****] 3

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 12
  • Average time to close issues: N/A
  • Average time to close pull requests: 13 days
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 11
Past Year
  • Issues: 0
  • Pull requests: 12
  • Average time to close issues: N/A
  • Average time to close pull requests: 13 days
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 11
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (10)
Top Labels
Issue Labels
Pull Request Labels
dependencies (10) javascript (5)