i-promise-page-metrics
A node module for retrieving different page metrics for an URL
For those of you who want to get page metrics for different URLs. This module will supply you with Alexa
, Google+
and Moz
metrics.
Install
Install with npm
$ npm i-promise-page-metrics --save
Usage
const pageMetrics = require("i-promise-page-metrics");
pageMetrics.alexa(url)
.then((response) => {
});
pageMetrics.googleplus(url)
.then((response) => {
});
pageMetrics.moz(url)
.then((response) => {
});
Running tests
Install dev dependencies:
$ npm test
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Author
License
Released under the MIT license.