1.0.5 • Published 4 years ago

hover-api-esm v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

hover-api-esm

JS ESM API Client for the un-official Hover DNS Api.

Inspiration drawn from:

Disclaimer

This is using native ESM modules without any transpiler or tool. This requires node 12.x with the flag set via --experimental-modules or node 13.x +

Example Usage

    const main = async () => {
        await hover.login('username','password')
        console.log(await hover.getDomains())
        console.log(await hover.getRecords('domain'))
    }
    main()
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago