Public
Edited
May 23, 2024
20 forks
1 star
Insert cell
Insert cell
Insert cell
Insert cell
viewof sheetyUrl = Inputs.text({placeholder: 'Sheety URL'})
Insert cell
Insert cell
shops = (await fetch(sheetyUrl)).json()
Insert cell
Insert cell
Insert cell
Insert cell
viewof url = Inputs.text({placeholder: "URL"})
Insert cell
viewof name = Inputs.text({placeholder: "Name"})
Insert cell
viewof long = Inputs.text({placeholder: "Longitude"})
Insert cell
viewof lat = Inputs.text({placeholder: "Latitude"})
Insert cell
resp = (await fetch(new Request(sheetyUrl, {
method: 'POST',
body: JSON.stringify({
denverCoffeeShop: {
name,
website: url,
longitude: long,
latitude: lat
}
}),
headers: {
'Content-Type': 'application/json',
}})));
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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