Public
Script
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
import { currency } from "https://esm.town/v/stevekrouse/currency?v=23";
// Get the current price of Bitcoin in US dollars
export let usdBTC = currency("usd", "eth");
October 23, 2023