Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shellvon/fundman
Watch your funds in terminal.
https://github.com/shellvon/fundman
Last synced: 3 months ago
JSON representation
Watch your funds in terminal.
- Host: GitHub
- URL: https://github.com/shellvon/fundman
- Owner: shellvon
- Created: 2020-06-05T06:51:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T16:33:22.000Z (over 3 years ago)
- Last Synced: 2023-08-02T01:39:49.838Z (over 1 year ago)
- Language: JavaScript
- Size: 363 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fundman
一个可以直接在命令行查看自己基金更新情况的玩具# How to use ?
首先, 您需要安装依赖: `npm install` 然后直接 `node app.js <配置文件>` 或者 `npm run dev` 即可
配置文件内容:
```json
[
{
"name": "基金名字,可选参数",
"code": "基金代码,可重复",
"holdings": "持有份额",
"cost": "购买时成本"
}
]
```# 效果图:
![效果图](./img/example.png)