Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.
forked from swhite24/hover-api

Hover DNS API Client in Node.js using Promises

License

Notifications You must be signed in to change notification settings

jessedyck/hover-api-promise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hover-api-promise

Important

Do not use this. Use https://github.com/AnalogJ/lexicon instead.

Hover DNS api client with Promises, adapted from inspired completely by Hover API by Steven White.

Usage

var hover = require('hover-api-promise')('username', 'password');

hover.getAllDomains().then(domains => {
    console.log(domains);
});

API

  • getAllDomains()
  • getAllDns()
  • getDomain(domain)
  • getDomainDns(domain)
  • createARecord (domain, subdomain, ip)
  • createMXRecord (domain, subdomain, priority, ip)
  • updateDomainDns (dns, ip)
  • removeDns (dns)
  • getSubdomainIdentifiers (domain, subdomain, recordtype)

License

See LICENSE

About

Hover DNS API Client in Node.js using Promises

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%