文件名称:node-hkstock-holdings:抓取HKExnews股份页面并输出JSON数据
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-14 09:08:45
JavaScript
node-hkstock-holdings 抓取股份持有页面并输出JSON数据。 如果要求的日期是公众假期,HKExnews将返回前一天的数据。 如果该期间大于30日历日,则将使用该期间内每个星期五的每周数据。 注意: Date对象原型将被此包扩展 安装 npm install hkstock-holdings 用法 请参阅 。 bin/hkstock-holdings -t 1w 5 -j 返回数据 var _result = { code , // code of the stock name , // name of the stock // period specified by user startDate , endDate , // actual dates where data is retrieved
【文件预览】:
node-hkstock-holdings-master
----.gitignore(108B)
----package.json(719B)
----bin()
--------hkstock-holdings(3KB)
----LICENSE(1KB)
----index.js(43B)
----README.md(2KB)
----lib()
--------date-ext.js(2KB)
--------main.js(9KB)
--------scraper.js(3KB)