snowplow / scala-weather

High-performance Scala library for looking up the weather
https://snowplow.github.io/scala-weather/
45 stars 13 forks source link

Integrate darksky as a weather provider #42

Closed BenFradet closed 6 years ago

BenFradet commented 6 years ago

https://darksky.net/dev

alexanderdean commented 6 years ago

Interesting. I swear by Dark Sky on my phone.

chuwy commented 6 years ago

Good idea. We actually can come up with a decent list of weather providers as scala-weather never meant to be OWM-specific.

BenFradet commented 6 years ago

@asoltysik this is more of an exploratory ticket to check if there are better weather providers than the one we're currently using

asoltysik commented 6 years ago

I've checked out Dark Sky docs, here is a short summary of my observations:

AccuWeather is also really popular, but I couldn't find an API for historical data.

BenFradet commented 6 years ago

cool, changed the title :+1: