alexarank

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

  • Owner: fcambus/alexarank
  • Platform:
  • License:: BSD 2-Clause "Simplified" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

alexarank Build Status

Description

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

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.

Main metrics

Overview
Name With Ownerfcambus/alexarank
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:BSD 2-Clause "Simplified" License
所有者活动
Created At2013-12-27 22:55:47
Pushed At2022-02-04 14:03:47
Last Commit At2022-02-04 15:02:09
Release Count1
Last Release Name0.2.0 (Posted on )
First Release Name0.2.0 (Posted on )
用户参与
Stargazers Count38
Watchers Count2
Fork Count4
Commits Count29
Has Issues Enabled
Issues Count2
Issue Open Count0
Pull Requests Count1
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private