@tony Yeah, I need to figure out a way around CORS. It's all running in the browser right now, so the fetch() call is failing on your site. I think the "right" thing to do is to proxy a call through a back-end server, but that would mean a lot more work for this teensy demo.