26 lines
331 B
Markdown
26 lines
331 B
Markdown
# crypto
|
|
Get your current holding in crypto from Binance in your own currency.
|
|
|
|
Makefile inspired from suckless
|
|
|
|
## Dependencies
|
|
### Arch
|
|
```console
|
|
# pacman -S curl
|
|
```
|
|
|
|
### Debian 11+
|
|
```console
|
|
# apt-get install libcurl4-dev
|
|
```
|
|
|
|
## How-To
|
|
```console
|
|
$ make
|
|
```
|
|
Set your settings in config.h
|
|
```console
|
|
$ make
|
|
$ ./crypto.sh
|
|
```
|