An open API service indexing awesome lists of open source software.

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, 基金接口, 股票接口

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`