domain-expiry

1.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i domain-expiry

Weekly Downloads

1

Version

1.2.0

License

ISC

Unpacked Size

7.09 kB

Total Files

7

Last publish

Collaborators

  • jrtapsell