bunny-dns

0.0.5 • Public • Published

Bunny DNS

Install

npm i bunny-dns

Usage

import Bunny from "bunny-dns";

const connection = new Bunny({
	key : "your-api-key",
});

let zones = await connection.zones();

zones.map((zone) => {
	console.log(zone);
});

Readme

Keywords

none

Package Sidebar

Install

npm i bunny-dns

Weekly Downloads

134

Version

0.0.5

License

none

Unpacked Size

5.88 kB

Total Files

6

Last publish

Collaborators

  • dresende