How to add a coin tracker to html website code?

问题描述 投票:0回答:0

第一次发帖。

所以我是第一次建网站。我想从下往上做所有事情,全栈。任何建议都会很棒!

具体来说,我需要知道如何在我的 html 文档中添加令牌跟踪器。我不知道我是否需要任何后端时间来完成这项工作,我猜我需要了解一些 JS 才能实现它。

我最初的想法是以某种方式从 coin gecko 复制 URL,但这就是我擅长的。

提前谢谢你!

这里是我所在的地方

<table>
        <tr>
          <th>Coin</th>
          <th>Price</th>
          <th>24hr Mcap</th>
          <th>24 hr Vol</th>
        </tr>
        <tr>
          <td>Bitcoin</td>
          <td><!--interactive price-->price</td>
          <td><!--interactive -->mcap</td>
          <td><!--interactive-->vol</td>
        </tr>
javascript html web bitcoin
© www.soinside.com 2019 - 2024. All rights reserved.