Sourdoge

Demonstrating consumption of Doge Web Components.

1. Add an image of a dog to your webpage (because ..why not)

<script type="module" src="https://fetch.dogecoin.org/doge-pal.js"></script>
<doge-pal></doge-pal>

2. Display the current price of Dogecoin in a currency of your choice

<script type="module" src="https://fetch.dogecoin.org/doge-price.js"></script>
<doge-price currency="usd"></doge-price>

3. Display a Dogecoin themed QR code

<script type="module" src="https://fetch.dogecoin.org/doge-qr.js"></script>
<doge-qr address="D89DhnsgKncmN12RejxudfU8AwXp3946q1"></doge-qr>