https://github.com/kl09/crypto-tray-ticker
App for looking crypto prices in tray. Crypto tray ticker
https://github.com/kl09/crypto-tray-ticker
crypto-ticker crypto-tray cryptocurrency tray-application tray-widget
Last synced: 5 months ago
JSON representation
App for looking crypto prices in tray. Crypto tray ticker
- Host: GitHub
- URL: https://github.com/kl09/crypto-tray-ticker
- Owner: kl09
- License: mit
- Created: 2019-05-23T15:07:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T10:26:00.000Z (about 7 years ago)
- Last Synced: 2024-06-20T14:27:28.374Z (about 2 years ago)
- Topics: crypto-ticker, crypto-tray, cryptocurrency, tray-application, tray-widget
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto tray ticker
App for looking crypto prices in tray.
*You can look for prices of top coins from coincap.io and binance.com*
Tested on Linux

## Usage
```go
go get github.com/kl09/crypto-tray-ticker
go build
./crypto-tray-ticker
```
## Additional settings
1. Blink on update, default: false
```bash
./crypto-tray-ticker -blink=true
```
2. Delay between updates, default: 5s
```bash
./crypto-tray-ticker -updates-delay=30s
```
3. Limit of tokens in menu, default: 20
```bash
./crypto-tray-ticker -tokens-limit=40
```
## License
[The MIT License (MIT)](https://opensource.org/licenses/MIT)
Star ⭐⭐⭐ it if u like