Tag
javascript
-
Audible has no API, so I registered a fake device and built my audiobook year anyway
Earshot pulls my Audible library nightly with a device token, whitelists what it may keep, and renders a static, copyright-safe audiobook retrospective.
-
Your Google Timeline is the most sensitive file you own, so I built a map that never uploads it
droppin turns a Google Timeline export into a travel map entirely inside the browser tab, with a Web Worker, an offline gazetteer and d3-geo doing the work.
-
I wrote an arcade engine from scratch, and seven games share one leaderboard
A vanilla-JS game engine, seven games built on it, and one multi-tenant Cloudflare Worker plus D1 holding every high score, keyed by game id.