1.0.1 • Published 1 year ago

@nodesecure/domain-check v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

NodeSecure domain-check

version Maintenance mit build

NodeSecure (npm) domain-check analysis package

Requirements

Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm i @nodesecure/domain-check
# or
$ yarn add @nodesecure/domain-check

Usage example

import { whois, resolveMxRecords } from '@nodesecure/domain-check';

const myDomain = 'google.com';

const domainExpirationDate = await whois(myDomain);
const mxRecords = await resolveMxRecords(myDomain);

Contributors ✨

All Contributors

Thanks goes to these wonderful people (emoji key):