Alexarank Save Abandoned

A simple node package to get Alexa traffic rank for a domain or URL

Project README

Description

A simple node package to get Alexa traffic rank for a domain or URL.

This package is now deprecated, Alexa will be retired on May 1, 2022.

Installation

Install the module:

npm install -g alexarank

Usage example

Using the module is pretty straightforward:

var alexa = require('alexarank');

alexa("http://www.echojs.com/", function(error, result) {
    if (!error) {
        console.log(JSON.stringify(result));
    } else {
        console.log(error);
    }
});

CLI tool

There is a bundled alexarank CLI tool:

USAGE   : alexarank domain

EXAMPLES: alexarank http://www.echojs.com
          alexarank echojs.com

License

alexarank is released under the BSD 2-Clause license. See LICENSE file for details.

Author

alexarank is developed by Frederic Cambus.

Open Source Agenda is not affiliated with "Alexarank" Project. README Source: fcambus/alexarank
Stars
38
Open Issues
0
Last Commit
2 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating