Skip to content

awkj/stockman

Repository files navigation

Stockman

Introduction

An Application of display stock and encryption coin info on mac menubar

实业误国、地产兴邦

image

Feature

  • status Bar
  • click jump to xuqiu
  • hidden scrobal on stock list
  • multi window
  • top index
  • search and add stock
  • support multi lanauage (English/简体中文/正體中文/にほんご)
  • add encryption coin and HongKong / USA / Taiwan / Japan stock
  • 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

2. Get index on A stock

https://upsort.com/pan

3. Get message or news

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

2. K line from xueqiu

https://stock.xueqiu.com/v5/stock/chart/minute.json?symbol=SH000979&period=1d

Thanks

The two projects to help me get the API