domaintally

0.0.4 • Public • Published

Wrapper for DomainTally domain information API.

Install

npm install domaintally

Usage

var key = '....'; //Get your api key from www.domaintally.com 
client = require('domaintally')({ key: key });
 
client.domain('google.com', function (res) {
  console.log(res);
});
 
client.ranking('google.com', function (res) {
  console.log(res);
});
 
client.whois('google.com', function (res) {
  console.log(res);
});
 

Package Sidebar

Install

npm i domaintally

Weekly Downloads

1

Version

0.0.4

License

BSD

Last publish

Collaborators

  • domaintally