https://github.com/shaikhsajid1111/domain-name-check
An API to check if a domain name is available
https://github.com/shaikhsajid1111/domain-name-check
Last synced: 7 months ago
JSON representation
An API to check if a domain name is available
- Host: GitHub
- URL: https://github.com/shaikhsajid1111/domain-name-check
- Owner: shaikhsajid1111
- License: cc0-1.0
- Created: 2021-02-02T04:25:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T04:39:22.000Z (over 4 years ago)
- Last Synced: 2025-01-14T05:12:40.861Z (9 months ago)
- Language: Go
- Homepage: https://shocking-freckle-petunia.glitch.me
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Domain Name Checker
Microservice to check if domain name is availableUsage:
Open terminal in folder Run project with go run *.go
How to use?
Base URL =
https://shocking-freckle-petunia.glitch.me
send request to:
-https://shocking-freckle-petunia.glitch.me/json/{domain_name}
wheredomain_name
is the domain name that you want to check.