Skip to content

fossabot/domain-expiry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domain-expiry

FOSSA Status

Features

  • Allows checking the expiry date of a domain

Usage

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

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

Issues

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

License

FOSSA Status

About

Gets the expiry date for a domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%