jason0x43 / alfred-weather

Get weather forecast using Alfred
MIT License
157 stars 20 forks source link

climatecell.co API call needs to be changed with tomorrow.io #24

Closed andreipaciurca closed 7 months ago

agilebean commented 2 years ago

Can you please change the URL to https://api.tomorrow.io/v4/timelines

Thanks!

SoPat712 commented 2 years ago

I mostly finished adding tomorrowio to my fork, but you're right, there is no high and low temp. Using 24 hour data, I piece it together myself by running a min/max algorithm on the hourly, but they only provide 108 hours of data, meaning 4.5 days, or 4 days. Tomorrow.io doesn't seem like a good api option, I'll add support in my build, but it's a lot worse than openweather for this purpose.

jason0x43 commented 7 months ago

This is resolved in v1.7.0.