✏️🐛

master
Martin Zwigl 2025-03-05 20:27:14 +01:00
parent cc93a57318
commit 4b76fa0013
2 changed files with 4 additions and 3 deletions

View File

@ -12,12 +12,13 @@
return { name : token,
get : function()
{
const url = `https://pro-api.coinmarketcap.com//v2/cryptocurrency/quotes/latest?slug=${token}`;
const url = `https://pro-api.coinmarketcap.com/v2/cryptocurrency/quotes/latest?slug=${token}`;
// const url = `https://pro-api.coinmarketcap.com/v2/cryptocurrency/quotes/latest?slug=bitcoin`;
return Bangle
.http(url, {
method: 'GET',
headers: {
'CMC_PRO_API_KEY': db.apiKey
'CMC_PRO_API_KEY': db.apikey
}
})
.then(cmcResult => ({

View File

@ -1,7 +1,7 @@
{ "id": "coin_info",
"name": "Crypto-Coins Info",
"shortName":"Coins Info",
"version": "0.04.11",
"version": "0.04.13",
"description": "Crypto-Coins Infos with the help of the Coinmarketcap API",
"icon": "app.png",
"tags": "clkinfo",