https://github.com/echovl/coinprice
Utility to obtain cryptocurrency prices, made for Polybar
https://github.com/echovl/coinprice
polybar polybar-scripts
Last synced: 11 days ago
JSON representation
Utility to obtain cryptocurrency prices, made for Polybar
- Host: GitHub
- URL: https://github.com/echovl/coinprice
- Owner: echovl
- Created: 2022-05-20T06:55:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T22:32:29.000Z (over 3 years ago)
- Last Synced: 2024-06-20T03:53:02.407Z (over 1 year ago)
- Topics: polybar, polybar-scripts
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coinprice
Utility to obtain cryptocurrency prices, made for Polybar.
## Installation
```
go install github.com/echovl/coinprice@latest
```
## Usage
```ini
[module/btc]
type = custom/script
exec = coinprice BTCUSDT
tail = true
interval = 5
format =
label = BTC $%output%
```