README.adoc (290B)
1 = CPC 2 3 Cryptocurrency Price Checker. 4 5 Retrieves current prices of currencies configured in the config.h file and persists them in file. Can be used to 6 just check up on prices and to convert fiat to crypto values or visa versa. 7 8 == Installation 9 10 [source,bash] 11 ---- 12 $ make clean install 13 ----