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.
var hover = require('hover-api-promise')('username', 'password');
hover.getAllDomains().then(domains => {
console.log(domains);
});
- getAllDomains()
- getAllDns()
- getDomain(domain)
- getDomainDns(domain)
- createARecord (domain, subdomain, ip)
- createMXRecord (domain, subdomain, priority, ip)
- updateDomainDns (dns, ip)
- removeDns (dns)
- getSubdomainIdentifiers (domain, subdomain, recordtype)
See LICENSE