From 4af1d136d0f350f273274e6627878b9dfe62297a Mon Sep 17 00:00:00 2001 From: Martin Zwigl Date: Wed, 26 Mar 2025 12:42:40 +0100 Subject: [PATCH] :memo: finalize documentation for v1 --- apps/coin_info/ChangeLog | 3 ++- apps/coin_info/README.md | 13 ++++++++++++- apps/coin_info/interface.html | 6 +++--- apps/coin_info/metadata.json | 2 +- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/apps/coin_info/ChangeLog b/apps/coin_info/ChangeLog index 2b1dda094..5c40ee93d 100644 --- a/apps/coin_info/ChangeLog +++ b/apps/coin_info/ChangeLog @@ -3,4 +3,5 @@ 0.05: Lot of cleanup 0.06: Creating app v1 0.07: Finishing touches for v1 -0.09: Clean up \ No newline at end of file +0.09: Clean up +0.10: Finalize documentation for v1 \ No newline at end of file diff --git a/apps/coin_info/README.md b/apps/coin_info/README.md index 4c8c6ffee..47bb8fc06 100644 --- a/apps/coin_info/README.md +++ b/apps/coin_info/README.md @@ -21,6 +21,18 @@ Martin Zwigl ## Parts Infos +### App-Loader web-interface + +- Binance + - Find docs here [Binance API](https://www.binance.com/en/binance-api) + - For Binance use symbols like BTC,ETH,STORJ + - For the calc counterpart use USDT (I don't know why USD is measured on the stablecoin) or EUR or other fiat currency +- Coinstats + - Find docs here [Coinstats API](https://openapi.coinstats.app/) + - Get an API key at the website. Free is worth 1Mio token, which in turn is worth around 250k - 300k requests per month + - Supply crypto token in the form of its IDs like bitcoin,ethereum,storj +- It is not necessary to re-upload the app when uploading data. Data is read with app start + ### Clock-Info - Updates prices with the free Binance API @@ -49,7 +61,6 @@ Martin Zwigl ## Possible Improvements / TODOs -- Pause HTTP request cycle during show of Details or Lows/Highs - Better choosing of fonts for more space - set UI properly to have back button next to widgets - clean-up code structure \ No newline at end of file diff --git a/apps/coin_info/interface.html b/apps/coin_info/interface.html index 4911c63ac..7d91dbea5 100644 --- a/apps/coin_info/interface.html +++ b/apps/coin_info/interface.html @@ -6,13 +6,13 @@

Settings for Crypto-Coin Info

Input for coins to request and calculate against pair.

-
+
-
+
-
+

diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index 4a2278cbc..976be7707 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.09", + "version": "0.10", "description": "Crypto-Coins Infos with the help of the Binance API", "icon": "app.png", "tags": "clkinfo",