Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awkj/stockman
A application for display stock and encryption coin on mac menubar
https://github.com/awkj/stockman
Last synced: 3 months ago
JSON representation
A application for display stock and encryption coin on mac menubar
- Host: GitHub
- URL: https://github.com/awkj/stockman
- Owner: awkj
- Created: 2022-04-19T11:51:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T15:00:44.000Z (7 months ago)
- Last Synced: 2024-04-27T15:33:17.351Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 963 KB
- Stars: 52
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Stockman
- awesome-tauri - Stockman - Display stock info on mac menubar. (Applications / Information)
README
# Stockman
## Introduction
An Application of display stock and encryption coin info on mac menubar
实业误国、地产兴邦
## Feature
- [x] status Bar
- [x] click jump to xuqiu
- [x] hidden scrobal on stock list
- [x] ~~multi window~~
- [x] top index
- [x] search and add stock
- [ ] support multi lanauage (English/简体中文/正體中文/にほんご)
- [ ] add encryption coin and HongKong / USA / Taiwan / Japan stock
- [x] use recoil to manage react status## Platforms
macOS Version > 10.12 (Sierra)## Infrastructure
- Tauri (A framework similar to Electron, but based on Rust and system webview)
- Typescript (You Know)
- Vite (fast and fast on develment)
- Rust (use on backend on tauri)
- React (UI manager)
- TailwindCSS (utility CSS)## API
#### Upsort API
**1. Get stock index**
[https://upsort.com/all](https://upsort.com/all)
**2. Get index on A stock**
[https://upsort.com/pan](https://upsort.com/pan)
**3. Get message or news**
[https://upsort.com/msg](https://upsort.com/msg)
#### Xueqiu API
**1. Get stock price and status immediately**
[https://stock.xueqiu.com/v5/stock/batch/quote.json?symbol=SZ002466&extend=detail](https://stock.xueqiu.com/v5/stock/batch/quote.json?symbol=SZ002466&extend=detail)
**2. K line from xueqiu**
[https://stock.xueqiu.com/v5/stock/chart/minute.json?symbol=SH000979&period=1d](https://stock.xueqiu.com/v5/stock/chart/minute.json?symbol=SH000979&period=1d)
## Thanks
The two projects to help me get the API
- [https://github.com/zhangxiangliang/stock-api](https://github.com/zhangxiangliang/stock-api)
- [https://upsort.com/](https://upsort.com/)