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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?