0.2.4 • Published 2 years ago

mojodns v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

mojodns javascript client

npm version

JavaScript client for https://mojodns.com/

Supported Runtimes

This Driver supports and is tested on:

  • Node.js
    • LTS
    • Stable
  • Chrome
  • Firefox
  • Safari
  • Microsoft Edge

Using the Client

Installation

Node.js

npm install --save mojodns

or

yarn add mojodns

Usage

import MojodnsClient from "mojodns";

const client = new MojodnsClient("your-api-key");

const response = await client.GetA("google.com");

response.answerResourceRecords.forEach((answer) => {
  console.log(JSON.Stringify(answer));
});
0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago