NodeSecure domain-check
NodeSecure (npm) domain-check analysis package
Requirements
- Node.js v16 or higher
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
Thanks goes to these wonderful people (emoji key):
Vincent Dhennin |
Gentilhomme |