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.
Levi Olson bbe24d910b Merge branch 'master' of github.com:leothelocust/dark-sky-weather-api 5 years ago
.gitignore Initial working API 5 years ago
LICENSE Initial commit 5 years ago
README.md Readme 5 years ago
darksky.go Initial working API 5 years ago
main.go Adding / route 5 years ago
rest.go Initial working API 5 years ago
structs.go Initial working API 5 years ago

README.md

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!