APIs & Data
Currency Converter
Convert between currencies at today's real exchange rates.
Pick two currencies, type an amount, get the conversion using live rates from the European Central Bank. You'll learn query parameters and how to build dropdowns from data the API gives you.
What's inside
- Live rates for 30+ currencies
- Dropdowns populated from the API
- URL query parameters, explained
- Recomputes on any change
- Free API, no key required
Quickstart
$ curl -LO https://devai.io/downloads/currency-converter.zip$ unzip currency-converter.zip && cd currency-converter$ open index.html # or just double-click the file
about this tutorial
A devai.io starter tutorial — query parameters and computing from live data.
More in APIs & Data
view allAPIs & Data
Weather Right Now
Type a city, get the live weather — your first two-step API call.
HTMLCSSJavaScriptfetch()+1
View template zip + preview
APIs & Data
GitHub Profile Card
Type a username, get their profile — your first taste of an API.
HTMLCSSJavaScriptfetch()+1
View template zip + preview
APIs & Data
Random Quote Machine
Load quotes from a data file and show a new one on demand.
HTMLCSSJavaScriptfetch()+1
View template zip + preview