https://github.com/kouchao/tiantianfundapi
天天基金网 Node.js API service, 东方财富, 基金api, 基金接口, 股票接口
https://github.com/kouchao/tiantianfundapi
javascript nodejs
Last synced: 10 months ago
JSON representation
天天基金网 Node.js API service, 东方财富, 基金api, 基金接口, 股票接口
- Host: GitHub
- URL: https://github.com/kouchao/tiantianfundapi
- Owner: kouchao
- License: mit
- Created: 2021-08-27T09:29:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T02:33:51.000Z (almost 2 years ago)
- Last Synced: 2025-05-22T12:38:37.743Z (11 months ago)
- Topics: javascript, nodejs
- Language: JavaScript
- Homepage: https://kouchao.github.io/TiantianFundApi/
- Size: 1.16 MB
- Stars: 144
- Watchers: 2
- Forks: 42
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 天天基金网 API
天天基金网 Node.js API service
# TODO
天天基金网数据的结构和命名太过混乱,导致返回结果不易读。计划在接口写完之后在做命名规范和结构调整。
- [ ] 接口持续更新
- [ ] 提高字段可读性
- [x] 文档完善
- [x] 测试用例
- [x] docker 部署
- [x] vercel 示例
# 使用指南
阅读文档 👇
> [https://kouchao.github.io/TiantianFundApi/](https://kouchao.github.io/TiantianFundApi/)
# 开发指南
## 安装
```
pnpm i
```
## 启动
```
pnpm start
```
## 测试
```
pnpm test
```
## 路由注册方式
- 参考 `module/*.js`
- 参考 `routes/index.js`