diff --git a/apps/coin_info/README.md b/apps/coin_info/README.md index d33f1dec9..4c8c6ffee 100644 --- a/apps/coin_info/README.md +++ b/apps/coin_info/README.md @@ -13,6 +13,7 @@ Crypto-Coins Infos with the help of the Binance and CoinStats API ![Screenshot Click_Info 02](screenshots/20250316_02.jpg) ![Screenshot App BTC Graph](screenshots/20250322_01.jpg) ![Screenshot APP BTC Details](screenshots/20250322_02.jpg) +![Screenshot APP STORJ Low/High](screenshots/20250323_01.jpg) ## Creator @@ -35,9 +36,11 @@ Martin Zwigl - I tried with gridy for the axis, but for this data - it is just not readable... - Let me know when you have good suggestions for improvement. - ".." button shows current details for current token +- "LH" button shows low and high on graph as well as the first and last point in series - Swipe L-R changes token you supplied via interface - Not much guard-rails in the app -> you should have at least one token (each) present -- Also the API token +- Also the API token and fiat currency you want to match against (eg. USD, EUR) +- New data is requested every minute, except on button touch ### Settings diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index c23e21c3a..8c2157ba3 100644 --- a/apps/coin_info/metadata.json +++ b/apps/coin_info/metadata.json @@ -1,7 +1,7 @@ { "id": "coin_info", "name": "Crypto-Coins Info", "shortName":"Coins Info", - "version": "0.07.07", + "version": "0.07.08", "description": "Crypto-Coins Infos with the help of the Binance API", "icon": "app.png", "tags": "clkinfo", diff --git a/apps/coin_info/screenshots/20250323_01.jpg b/apps/coin_info/screenshots/20250323_01.jpg new file mode 100644 index 000000000..462d4fac6 Binary files /dev/null and b/apps/coin_info/screenshots/20250323_01.jpg differ