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!