1.0.0 • Published 5 months ago

domain-statistics v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

npm version Netlify Status

Domain Dumper daily states of domains

An API that provides statistics for domains that are registered every day. Here you can get daily updates on how many domains are registered on each TLD. We update our files every 24 hours.

How to use

Package manager

Using npm:

$ npm install domaindumper

Using yarn:

$ yarn add domaindumper

Once the package is installed, you can import the library using import or require approach:

import domaindumper, {isCancel, domaindumperError} from 'domaindumper';

You can also use the default export, since the named export is just a re-export from the domaindumper factory:

import domaindumper from 'domaindumper';

console.log(domaindumper.isCancel('something'));

If you use require for importing, only default export is available:

const domaindumper = require('domaindumper');

console.log(domaindumper.isCancel('something'));

More example

All documentation moved to under this url: https://statistics.domaindumper.com/

Need premium services

if you need premium services like domains Whois OR Free daily registered domain names, then you can find this information on our other website: https://www.whoisextractor.in/

1.0.0

5 months ago