Published
Edited
Aug 29, 2021
1 fork
22 stars
Insert cell
Insert cell
fetch("https://mockbin.com/request?foo=bar&foo=baz", {
body: JSON.stringify({ping: Date.now()}),
headers: {"content-type": "application/json"},
method: "POST",
mode: "cors"
}).then(response => {
return response.json();
})
Insert cell
Insert cell
d3.json("https://mockbin.com/request?foo=bar&foo=baz", {
body: JSON.stringify({ping: Date.now()}),
headers: {"content-type": "application/json"},
method: "POST",
mode: "cors"
})
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