🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

metricsbot

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metricsbot

Javascript wrapper for Metricsbot.com API fetch domain, ranking and whois infomation

1.0.1
latest
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created

Wrapper for MetricsBot domain information API.

Install

npm install metricsbot

Usage

var key = '....';
client = require('metricsbot')({ 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);
});

FAQs

Package last updated on 06 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts