Spaces:
Running
Running
Upload 2 files
Browse files
src/templates/dashboard/settings.html
CHANGED
|
@@ -149,16 +149,16 @@
|
|
| 149 |
<div class="card">
|
| 150 |
<h2 style="color: var(--accent-green);">API Configuration</h2>
|
| 151 |
<p style="color:#848e9c; font-size:0.9rem; margin-bottom:15px;">Update your API keys anytime</p>
|
| 152 |
-
|
| 153 |
<label>CoinMarketCap Key</label>
|
| 154 |
<input type="text" name="cmc_key" value="{{ cmc }}" required>
|
| 155 |
-
|
| 156 |
-
<label style="margin-top:10px; display:block;">CoinGecko Key</label>
|
| 157 |
-
<input type="text" name="cr_key" value="{{ cr }}" required>
|
| 158 |
-
|
| 159 |
<label style="margin-top:10px; display:block;">LiveCoinWatch Key</label>
|
| 160 |
<input type="text" name="lcw_key" value="{{ lcw }}" required>
|
| 161 |
-
|
|
|
|
|
|
|
|
|
|
| 162 |
<label style="margin-top:10px; display:block;">VTMR URL</label>
|
| 163 |
<input type="text" name="vtmr_url" value="{{ vtmr }}" required>
|
| 164 |
|
|
|
|
| 149 |
<div class="card">
|
| 150 |
<h2 style="color: var(--accent-green);">API Configuration</h2>
|
| 151 |
<p style="color:#848e9c; font-size:0.9rem; margin-bottom:15px;">Update your API keys anytime</p>
|
| 152 |
+
|
| 153 |
<label>CoinMarketCap Key</label>
|
| 154 |
<input type="text" name="cmc_key" value="{{ cmc }}" required>
|
| 155 |
+
|
|
|
|
|
|
|
|
|
|
| 156 |
<label style="margin-top:10px; display:block;">LiveCoinWatch Key</label>
|
| 157 |
<input type="text" name="lcw_key" value="{{ lcw }}" required>
|
| 158 |
+
|
| 159 |
+
<label style="margin-top:10px; display:block;">CoinRanking Key</label>
|
| 160 |
+
<input type="text" name="cr_key" value="{{ cr }}" required>
|
| 161 |
+
|
| 162 |
<label style="margin-top:10px; display:block;">VTMR URL</label>
|
| 163 |
<input type="text" name="vtmr_url" value="{{ vtmr }}" required>
|
| 164 |
|
src/templates/dashboard/setup.html
CHANGED
|
@@ -52,13 +52,12 @@
|
|
| 52 |
<label>CoinMarketCap Key <a href="https://pro.coinmarketcap.com/signup/" target="_blank" class="get-key-link">Get Key ↗</a></label>
|
| 53 |
<input type="text" name="cmc_key" value="{{ cmc }}" placeholder="Paste CMC Key here...">
|
| 54 |
|
| 55 |
-
<label style="margin-top:15px; display:block;">CoinGecko Key <a href="https://www.coingecko.com/en/developers/dashboard" target="_blank" class="get-key-link">Get Key ↗</a></label>
|
| 56 |
-
<input type="text" name="cr_key" value="{{ cr }}" placeholder="Paste CG Key here...">
|
| 57 |
-
|
| 58 |
<label style="margin-top:15px; display:block;">LiveCoinWatch Key <a href="https://www.livecoinwatch.com/tools/api" target="_blank" class="get-key-link">Get Key ↗</a></label>
|
| 59 |
<input type="text" name="lcw_key" value="{{ lcw }}" placeholder="Paste LCW Key here...">
|
| 60 |
|
| 61 |
-
</
|
|
|
|
|
|
|
| 62 |
|
| 63 |
<div class="card">
|
| 64 |
<h2 style="color: var(--accent-green);">CoinAlyze Setup</h2>
|
|
|
|
| 52 |
<label>CoinMarketCap Key <a href="https://pro.coinmarketcap.com/signup/" target="_blank" class="get-key-link">Get Key ↗</a></label>
|
| 53 |
<input type="text" name="cmc_key" value="{{ cmc }}" placeholder="Paste CMC Key here...">
|
| 54 |
|
|
|
|
|
|
|
|
|
|
| 55 |
<label style="margin-top:15px; display:block;">LiveCoinWatch Key <a href="https://www.livecoinwatch.com/tools/api" target="_blank" class="get-key-link">Get Key ↗</a></label>
|
| 56 |
<input type="text" name="lcw_key" value="{{ lcw }}" placeholder="Paste LCW Key here...">
|
| 57 |
|
| 58 |
+
<label style="margin-top:15px; display:block;">CoinRanking Key <a href="https://coinranking.com/api" target="_blank" class="get-key-link">Get Key ↗</a></label>
|
| 59 |
+
<input type="text" name="cr_key" value="{{ cr }}" placeholder="Paste CR Key here...">
|
| 60 |
+
</div>
|
| 61 |
|
| 62 |
<div class="card">
|
| 63 |
<h2 style="color: var(--accent-green);">CoinAlyze Setup</h2>
|