Updated the examples on Set—my unobtrusive JavaScript templating engine—to display the public timeline from my own Mastodon instance using the new unauthenticated public timeline API (thanks @Gargron)

Rendered: https://ind.ie/labs/set/posts
Template: https://ind.ie/labs/set/posts.html
Route: https://source.ind.ie/project/set/blob/master/routes/posts.coffee

Set: https://ind.ie/set https://mastodon.ar.al/media/UG0dM6Rbb9k5tFKTm_Q https://mastodon.ar.al/media/q3YEFzh_uhNIU6Ukx2s

@aral @gargron looks nice
@bob @Gargron Thank you :) Next, I want to include just my public toots on my site using just client-side JS so I need an unauthenticated API call for that. Might just bite the ruby bullet and try to get the Mastodon dev environment going so I can contribute that.