From 3b86603de595a7b2a5a68c1f8aa733d07ead823d Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Thu, 3 Jan 2019 12:18:09 -0600 Subject: [PATCH] Readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..902c5c9 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# 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](https://github.com/shawntoffel/darksky). So thank you [shawntoffel](https://github.com/shawntoffel) and [contributors](https://github.com/shawntoffel/darksky/graphs/contributors) for that amazing codebase!