alexarank

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

  • 所有者: fcambus/alexarank
  • 平台:
  • 许可证: BSD 2-Clause "Simplified" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者fcambus/alexarank
主编程语言JavaScript
编程语言JavaScript (语言数: 1)
平台
许可证BSD 2-Clause "Simplified" License
所有者活动
创建于2013-12-27 22:55:47
推送于2022-02-04 14:03:47
最后一次提交2022-02-04 15:02:09
发布数1
最新版本名称0.2.0 (发布于 )
第一版名称0.2.0 (发布于 )
用户参与
星数38
关注者数2
派生数4
提交数29
已启用问题?
问题数2
打开的问题数0
拉请求数1
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?