url: https://cat-fact.herokuapp.com/facts
code:
<div style="border: 1px solid black;padding: 5px;">
<h3 style="padding:0;margin:0">CAT FACTS</h3>
{% for fact in data %}
{{ fact.text }}<br />
{% endfor %}
</div>
url: https://aws.random.cat/meow
code:
<img style="max-width: 100%; max-height: 100%" src="{{ file }}" />
based on https://nomics.com/docs/#operation/getCurrenciesTicker, get an API token at https://p.nomics.com/cryptocurrency-bitcoin-api/
code:
<h3>COIN FACTS</h3>
<p>1 BTC to USD ${{ data.first.price | floor }}</p>
<p>as of {{ data.first.price_date }}</p>
You can find a bunch more public APIs here: https://github.com/public-apis/public-apis