Building BearMinder: a tiny macOS menubar app connecting Bear to Beeminder in Swift
dev.to·1d·
Discuss: DEV
Flag this post

Sometimes the best way to learn a new language is to solve your own problem.

I’m primarily a JAMstack developer. I build static sites with Eleventy, Jekyll, and Hugo. But I had a problem: I write daily in Bear and I wanted to automatically track my word counts in Beeminder without manual logging.

The catch? Both Bear by Shiny Frog and Beeminder have APIs... but they’re not web APIs. They’re native APIs. Which meant I needed to learn Swift.

So I did. 🧑‍💻

What I learned building Bearminder: → Swift isn’t as scary as I thought → macOS AppKit has surprisingly good documentation → Keychain integration is actually straightforward → Native apps feel fast compared to web apps → XcodeGen makes project management way more sane

The result? A tiny macOS menubar app that counts my daily w…

Similar Posts

Loading similar posts...