An open API service indexing awesome lists of open source software.

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

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%
```