ECEthan Coleinethancole-dev.hashnode.dev·19h ago · 4 min readA live crypto price ticker on a static site, three waysI run a small static site on Netlify and wanted a scrolling price ticker across the top. No build step, no server, and ideally no signup. Here is what I tried and where each one hurt. 1. Fetch a publi10
ECEthan Coleinethancole-dev.hashnode.dev·19h ago · 4 min readThree requests per hour: what a strict free tier taught meMost "free tier" API posts assume a generous budget. This one is about the other case: an API that allows three requests per hour, per endpoint. I have been building a small crypto dashboard against o10