diff --git a/apps/coin_info/Changelog b/apps/coin_info/Changelog new file mode 100644 index 000000000..7108fd7b6 --- /dev/null +++ b/apps/coin_info/Changelog @@ -0,0 +1 @@ +0.01: Initial creation \ No newline at end of file diff --git a/apps/coin_info/README.md b/apps/coin_info/README.md new file mode 100644 index 000000000..891db395f --- /dev/null +++ b/apps/coin_info/README.md @@ -0,0 +1,7 @@ +# Crypto-Coin Info + +Crypto-Coins Infos with the help of the Coinmarketcap API + +## Creator + +Martin Zwigl \ No newline at end of file diff --git a/apps/coin_info/app.png b/apps/coin_info/app.png new file mode 100644 index 000000000..97fe8df7d Binary files /dev/null and b/apps/coin_info/app.png differ diff --git a/apps/coin_info/app_mono.png b/apps/coin_info/app_mono.png new file mode 100644 index 000000000..794f2b563 Binary files /dev/null and b/apps/coin_info/app_mono.png differ diff --git a/apps/coin_info/interface.html b/apps/coin_info/interface.html new file mode 100644 index 000000000..229ced48a --- /dev/null +++ b/apps/coin_info/interface.html @@ -0,0 +1,63 @@ + + + + + +

Set Coinmarketcap API key for Crypto-Coin Info

+

+ +

Where to get your personal API key?

+

Go to https://coinmarketcap.com/api/ and sign up for a free account.
+ There are various pricing models with various degrees of API access. As of 2025.02.22 there is also a free tier.

+ + + + + + + diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json new file mode 100644 index 000000000..02227efc8 --- /dev/null +++ b/apps/coin_info/metadata.json @@ -0,0 +1,22 @@ +{ "id": "coin_info", + "name": "Crypto-Coins Info", + "shortName":"Coins Info", + "version": "0.01", + "description": "Crypto-Coins Infos with the help of the Coinmarketcap API", + "icon": "app.png", + "type": "bootloader", + "tags": "blockchain,crypto,cryptocurrency", + "supports" : ["BANGLEJS2"], + "interface": "interface.html", + "readme": "README.md", + "data": [ + {"name":"coin_info.settings.json"}, + {"name":"coin_info.cmc_key.json"} + ], + "storage": [ + {"name":"owmweather.default.json","url":"default.json"}, + {"name":"owmweather.boot.js","url":"boot.js"}, + {"name":"owmweather","url":"lib.js"}, + {"name":"owmweather.settings.js","url":"settings.js"} + ] +} \ No newline at end of file