lifecoder1988 / tauri-watch-coin

slacking off while watching the cypto market (TO THE MOON...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

watch-coin

Tauri Watch Coin / China Stock


License


Original intention

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 !

TO THE MOON!!!

How To Use ? (JUST WATCH)

Developer Getting Started

download this project , run dev after install deps.

follow tauri quickstart guide before run this project .

Dev

$ git clone https://github.com/lifecoder1988/tauri-watch-coin.git
$ cd ./tauri-watch-coin
$ yarn install
$ yarn tauri dev

Build

$ git clone https://github.com/lifecoder1988/tauri-watch-coin.git
$ cd ./tauri-watch-coin
$ yarn install
$ yarn tauri build

Config

$ cd /Users/${user}/Library/Application Support/com.moyu.kline // change ${user} by your own user

$ // create app.conf.json

$ // restart app

default app.conf.json

{
  "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 Supported

OS Status
Windows UNKOWN
MacOS

FAQ

1. Can't open app after install

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

2. Where to Download Release App

go to Release Page

About

slacking off while watching the cypto market (TO THE MOON...)

License:MIT License


Languages

Language:Rust 60.4%Language:TypeScript 35.6%Language:JavaScript 1.7%Language:HTML 1.5%Language:CSS 0.8%