worldturtlemedia / darksky-api

API Wrapper for DarkSky.net written in TypeScript.
https://worldturtlemedia.github.io/darksky-api/
MIT License
8 stars 3 forks source link

Apple has purchased Dark Sky and is shutting down the API #385

Open tinohager opened 4 years ago

tinohager commented 4 years ago

Apple has purchased Dark Sky and is shutting down the API. The API will continue to function through the end of 2021. More Informations

jordond commented 4 years ago

Yeah :-1: very unfortunate. I won't be adding anymore features, only fixing bugs, then archiving once the API is EOL.

chrisdrackett commented 4 years ago

let's all cross our fingers that apple plans on replacing this API with an apple one before the end of the line!

jordond commented 4 years ago

Looks like OpenWeatherMap has created a endpoint to match DarkSky, see here

jordond commented 4 years ago

I've begun working on a new package that will use OpenWeatherMap's API, but also have a compatibility option with DarkSky's response.

Obviously the results won't be 1:1, since OpenWeatherMap's API is slightly different.. But it should be less of a headache to migrate.

jordond commented 4 years ago

The library is still a work in progress, but you can find it here. I have even mapped out the types for OpenWeatherMap vs DarkSky, and will be providing functionality to convert to the DarkSky format.

jordond commented 3 years ago

After a long hiatus... The new OneCall API wrapper is available!

See it here