Published
Edited
Mar 4, 2021
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
randomApi = (await fetch(`https://api.publicapis.org/random?category=${apiCategory}`)).json()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
apiCategories = (await fetch('https://api.publicapis.org/categories')).json()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
(await fetch('https://api.publicapis.org/entries?auth=apiKey&cors=No')).json()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
(await fetch('https://api.spacexdata.com/v4/launches/next')).json()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
rockets = (await fetch('https://api.spacexdata.com/v4/rockets')).json()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
(await fetch('https://api.spacexdata.com/v4/history')).json()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
(await fetch('https://api.frankfurter.app/latest?from=USD&to=RUB,EUR')).json()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
(await fetch('https://api.frankfurter.app/currencies')).json()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
rubUsdRate = (await fetch(`https://api.frankfurter.app/${formDate(exchangeDate)}?from=USD&to=RUB`)).json()
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {toc} from "@harrystevens/toc"
Insert cell
import {table} from "@tmcw/tables/2"
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more