Skip to content

beaulac/icann-fee-tlds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICANN Fee TLDs

Certain TLDs have an ICANN mandatory registrar fee when registering or transferring them. Many registrars don't include this fee in their pricing. The list of TLDs that have an ICANN fee was taken from here.

Usage

var hasIcannFee = require('icann-fee-tds');

var nope = hasIcannFee['.ca']; // false

var yep = hasIcannFee['.com']; // true
var dotsAreIgnored = hasIcannFee['com']; // true

About

Utility to determine if a TLD has a mandatory ICANN registar fee.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published