Public
Edited
Jun 1, 2021
Also listed in…
Mastodon Visualizations
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
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// to get the lateset list
/*
mastodon_instances = {
let resp = await query_mastodon_api(
"https://instances.social/api/1.0/instances/list",
{ count: 0, sort_by: 'users', sort_order: 'desc' }
);
resp.instances.forEach(x => post_process(x));
return resp.instances;
}
*/
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