Looking for a c++ weather app that uses openweathermap api

Yeah, working with the Layout API is complicated and time consuming, but i’m trying myself to implement it, so whenever i have something i’ll make a PR then you can see whether you like it. meanwhile you can try to vectorise the deskbar replicant and fix the temp text that gets cutoff sometimes , i"ve already vectorised the icon which follows the font size now, but i don"t know yet how to display the text next to the icon. any ideas?

Btw I’ve seen this today: Open-Meteo; don’t know if it’s any better or not…

1 Like

Answering to the topic queston, there is ansiweather (available in HaikuDepot) , that works well under Haiku, and uses OpenWeatherMap API:

2 Likes

But if you want to use Terminal you don’t need any specific app.

Try this:

curl wttr.in

Or if you want to specify a location:

curl wttr.in/Toulouse

You can even ask some other things:

curl wttr.in/Moon

See here for the complete help: https://wttr.in/:help . Apparently they also provide a bash alias that oyu can setup so you just need to type wttr

6 Likes