<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Adam Brown</title>
    <description>The latest articles on DEV Community by Adam Brown (@adam_brown_9d0abd89cde4a1).</description>
    <link>https://dev.to/adam_brown_9d0abd89cde4a1</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3705907%2F5319452d-21b9-4bcb-b756-d147562bbe85.jpg</url>
      <title>DEV Community: Adam Brown</title>
      <link>https://dev.to/adam_brown_9d0abd89cde4a1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adam_brown_9d0abd89cde4a1"/>
    <language>en</language>
    <item>
      <title>DRB BOT</title>
      <dc:creator>Adam Brown</dc:creator>
      <pubDate>Mon, 12 Jan 2026 00:11:25 +0000</pubDate>
      <link>https://dev.to/adam_brown_9d0abd89cde4a1/drb-bot-2k1j</link>
      <guid>https://dev.to/adam_brown_9d0abd89cde4a1/drb-bot-2k1j</guid>
      <description>&lt;h1&gt;
  
  
  Building a Live Crypto Price &amp;amp; Volume Dashboard for DebtReliefBot (DRB) with CoinGecko API and Chart.js
&lt;/h1&gt;

&lt;p&gt;DebtReliefBot (DRB) is one of the more intriguing meme/AI tokens right now — proposed by Grok (xAI), launched on Base chain, and seeing wild volume swings. As a dev, I wanted a clean, customizable way to monitor its price, 24h volume, and historical trends without relying on pre-made exchange widgets.&lt;/p&gt;

&lt;p&gt;In this tutorial, we'll build a &lt;strong&gt;self-contained HTML page&lt;/strong&gt; that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fetches real-time data from CoinGecko's free API&lt;/li&gt;
&lt;li&gt;Displays current price, 24h change, volume, and market cap&lt;/li&gt;
&lt;li&gt;Renders a custom dual-axis chart (price line + volume bars) using Chart.js&lt;/li&gt;
&lt;li&gt;Auto-refreshes every 30 seconds&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No backend needed — just open in your browser!&lt;/p&gt;

&lt;h3&gt;
  
  
  Why This Project?
&lt;/h3&gt;

&lt;p&gt;Crypto prices move fast. Custom dashboards let you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add indicators later (e.g., moving averages)&lt;/li&gt;
&lt;li&gt;Style it your way (dark theme, Nottingham/Robin Hood vibes for DRB fun)&lt;/li&gt;
&lt;li&gt;Avoid ads/trackers from exchange sites&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>career</category>
      <category>looking</category>
      <category>simple</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
