A very specific Golang interface to the Dark Sky API for my Chrome Extension
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

409 B

Dark Sky API Interface

A Golang Server that interfaces with the Dark Sky API so my Chrome Extension can get the weather.

Thanks

Much of the source I obtained from github.com/shawntoffel/darksky. So thank you shawntoffel and contributors for that amazing codebase!