forked from stonegithubs/stocks-list-persistence
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# stocks-list-persistence | ||
爬取东方财经网和新浪股票数据api,来记录每日股市变化 | ||
|
||
基于Node.js,爬取东方财经网和新浪股票数据api,来记录每日A股变化,可落地DB,来做数据统计 | ||
|
||
# 配置 | ||
|
||
node >= 5.8.0 | ||
|
||
# 运行 | ||
|
||
- fork it | ||
- `> cd stocks-list` | ||
- `> npm i` | ||
- `> node index.js` |