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 Facebook
and Google+
metrics.
Install
Install with npm
$ npm i-promise-page-metrics --save
Usage
const pageMetrics = require("i-promise-page-metrics");
pageMetrics.facebook(url)
.then((response) => {
});
pageMetrics.googleplus(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.