Skip to content

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

License

Notifications You must be signed in to change notification settings

PaulSearcy/hover-api-esm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published