




Rest in peace, Dark Sky
In 2020, Apple acquired Dark Sky, known for its beautiful weather data display. Unfortunately, it was shut down in 2023 and the best parts were lost as Apple focused on its own standard weather app for iOS, leaving Android users in the dust.
While Dark Sky offered a wide range of great features, like its minute-by-minute rain forecasts, radar visualizations, and the “time machine”—which allowed you to see what the weather was like at any point in the past—I decided to create a simple weather app focused on what I missed most: the ability to see the shape of the temperature forecast for the next 24 hours + week.
You see, reading a straight list of numbers is enough of a cognitive burden for me that seeing temperatures charted out—relative to one another—is a game-changer for glanceability. In less than a couple seconds, I can tell right away where the day’s going, and what to look out for in the coming week without even reading the numbers.
Forget “highs” and “lows” when you can tell by the shape almost right away!
I proudly use Comet Weather every day now, and I’m not sure what I’d do without it—check it out, and let me know what you think! ☄️ And if you’re feeling generous, consider buying me a coffee to support my work! ☕️
What I used to build it
Comet Weather’s built as a Progressive Web App (PWA) using Vue 3 and Tailwind CSS. It’s hosted on Netlify, and uses the Pirate Weather API for weather data.
Design
- Rapid Prototyping
- Visual Design
Frontend
- CSS
- HTML
- Integrating REST APIs
- Tailwind CSS
- Vite
- Vue 3
Engineering
- Feature Flags
- Node.js
- TypeScript
Backend
- Netlify Functions
Delivery
- Netlify
What’s next for Comet Weather?
- Add preference for metric vs. imperial units.
- Add the ability to add saved locations manually—right now, it only uses your current location.
- Possibly port it to React Native for iOS and Android, as PWAs tend to feel a bit sluggish on mobile devices.