watch one token price change on app menu bar .
avoid go to fanince app , because the BOSS is watching YOU.
btw , price is updated every 3 seconds !
download this project , run dev after install deps.
follow tauri quickstart guide before run this project .
$ git clone https://github.com/lifecoder1988/tauri-watch-coin.git
$ cd ./tauri-watch-coin
$ yarn install
$ yarn tauri dev
$ git clone https://github.com/lifecoder1988/tauri-watch-coin.git
$ cd ./tauri-watch-coin
$ yarn install
$ yarn tauri build
$ cd /Users/${user}/Library/Application Support/com.moyu.kline // change ${user} by your own user
$ // create app.conf.json
$ // restart app
{
"pairs": [
{
"label": "BTC/USDT",
"value": "BTC/USDT"
},
{
"label": "ETH/USDT",
"value": "ETH/USDT"
},
{
"label": "LTC/USDT",
"value": "LTC/USDT"
},
{
"label": "BOME/USDT",
"value": "BOME/USDT"
}
],
"stocks": [
{
"label": "上证指数",
"value": "sh000001"
},
{
"label": "沪深 300",
"value": "sh000300"
},
{
"label": "隆基绿能",
"value": "sh601012"
},
{
"label": "万科A",
"value": "sz000002"
}
]
}
OS | Status |
---|---|
Windows | UNKOWN |
MacOS | ✅ |
because this app is not code signed by apple right now . you can run this command to skip this issue . (because lack of money)
sudo xattr -d com.apple.quarantine /Applications/watchcoin.app
go to Release Page