Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.
/ go-darksky Public archive

Library written in Go to allow querying of weather conditions from Dark Sky

License

Notifications You must be signed in to change notification settings

adrianh-za/go-darksky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apple acquired Dark Sky on 31 March 2020 and this has affected the API which this repository relies on.

Our API service for existing customers is not changing today, but we will no longer accept new signups. The API will continue to function through the end of 2021.

https://blog.darksky.net/dark-sky-has-a-new-home/

darksky

Library written in Go to allow querying of weather conditions from Dark Sky

Usage

You will need to create an (free) account at https://darksky.net/dev

Documentation for the Dark Sky API can be found at https://darksky.net/dev/docs

  1. go get github.com/adrianh-za/go-darksky
  2. browse to $/go/src/github.com/adrianh-za/go-darksky/examples
  3. sudo -E go run main.go
  4. run until end

Acknowledgements

This project draws inspiration from Martin-Louis Bright and his Dark Sky Go library.

Please find his library for Dark Sky at https://github.com/mlbright/darksky

About

Library written in Go to allow querying of weather conditions from Dark Sky

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages