Skip to content

chitucgeorgian83/domain-expiry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domain-expiry

FOSSA StatusCodacy BadgeBuild Statusnpm versionCII Best Practicescodecov

Features

  • Allows checking the expiry date of a domain

Usage

const domain = require("domain-expiry");
domain.getExpiry("jrtapsell.co.uk")
    .then(p => console.log("jrtapsell.co.uk expires on: " + p));

RunKit

Supported TLDs

This list is not exhaustive, if TLDs are not supported feel free to open an issue on GitHub.

  • .uk
  • .com
  • .org
  • .tech
  • .net

See wiki for more information.

Issues

Feel free to raise any issues on the linked Github repository.

Contribution

Feel free to submit PRs to the linked Github repository.

PRs should have no issues on Codacy, and pass the tests on Travis.

Vulnerabilities

If you wish to report a vulnerability publicly, feel free to use GitHub, or if it is more serious, or you wish to remain anonymous, contact me via Keybase.

License

FOSSA Status

About

Gets the expiry date for a domain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%