Skip to content

ChaosBee/nbalive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nbalive

NBA live in terminal.

rect rect rect

Installation

先安装Node.js ,然后

$ npm install -g nbalive

Usage

   Usage: nbalive [options]

   Options:

        -h, --help         output usage information
        -V, --version      output the version number
        -d, --date [date]  choose date
        -r, --rank         show rank list

Example

$ nbalive  //当天赛程
$ nbalive -d 20141201//指定某天赛程<del>2014-12-01<del> 
$ nbalive -r //查看排名
$ nbalive --help //查看帮助

Bugs&Fix&Update

###赛程

  • 原作者的服务端没有更新,数据缺失——更换获取赛程为http://m.hupu.com/nba/game 的一个AJAX接口

  • 日期获取赛程——计算方式更新为:如果是当天12:00之前,获取当天比赛数据;如果12:00之后,获取明天比赛数据。-d后跟日期参数的,返回当天的比赛数据。

###比赛数据 *原作者的服务端没有更新,数据缺失——比赛数据接口更新为解析 http://m.hupu.com/nba/game (由于数据维度太少,放弃) http://g.hupu.com/nba/daily 的HTML源代码

About

Terminal NBA Live 适配改进版

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%