Added instructions on where and how to obtain API key for Twelve Data (#235)

* Added instructions on where and how to obtain API key for Twelve Data

Signed-off-by: ampersandru <43594741+ampersandru@users.noreply.github.com>

* added rel="noopener noreferrer" to links

Signed-off-by: ampersandru <43594741+ampersandru@users.noreply.github.com>

---------

Signed-off-by: ampersandru <43594741+ampersandru@users.noreply.github.com>
This commit is contained in:
ampersandru
2025-10-26 09:58:18 -07:00
committed by GitHub
parent a35a4ac7ae
commit 53eb90f9a1

View File

@@ -5,6 +5,13 @@
<p class="text-sm text-secondary"><%= t(".env_configured_message") %></p>
<% else %>
<p class="text-secondary text-sm mb-4"><%= t(".description") %></p>
<ol class="text-sm text-secondary mb-4 list-decimal ml-6 space-y-2">
<li>
Visit <a href="https://twelvedata.com/register" target="_blank" rel="noopener noreferrer">twelvedata.com</a> and create a free Twelve Data Developer account.
</li>
<li>Go to the <a href="https://twelvedata.com/account/api-keys" target="_blank" rel="noopener noreferrer">API Keys</a> page.</li>
<li>Reveal your <strong>Secret Key</strong> and paste it below.</li>
</ol>
<% end %>
</div>