Published
Edited
Mar 15, 2021
1 fork
Insert cell
sessions = fetch("https://parlement.thundr.be/index.json")
Insert cell
res = sessions.json()
Insert cell
session = fetch(res[55]).then(res => res.json())
Insert cell
member = fetch(session.members[0]).then(res => res.json())
Insert cell
activities = fetch(member.activities[2021]).then(res => res.json())
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