Added logo by Maria Letta integrated it with README.md

This commit is contained in:
Winni Neessen 2023-05-21 11:29:05 +02:00
parent ba2dbf840b
commit 490721bded
Signed by: wneessen
GPG key ID: 385AC9889632126E
3 changed files with 14 additions and 2 deletions

View file

@ -4,8 +4,7 @@ SPDX-FileCopyrightText: 2023 Winni Neessen <winni@neessen.dev>
SPDX-License-Identifier: CC0-1.0
-->
# go-meteologix
Go bindings to the Meteologix/Kachelmann-Wetter weather API
# go-meteologix - Go packages for accessing Meteologix/Kachelmann Wetter/WeatherUS data
[![GoDoc](https://godoc.org/github.com/wneessen/go-mail?status.svg)](https://pkg.go.dev/github.com/wneessen/go-meteologix)
[![codecov](https://codecov.io/gh/wneessen/go-meteologix/branch/main/graph/badge.svg?token=W4QI1RMR4L)](https://codecov.io/gh/wneessen/go-meteologix)
@ -14,6 +13,8 @@ Go bindings to the Meteologix/Kachelmann-Wetter weather API
[![REUSE status](https://api.reuse.software/badge/github.com/wneessen/go-meteologix)](https://api.reuse.software/info/github.com/wneessen/go-meteologix)
<a href="https://ko-fi.com/D1D24V9IX"><img src="https://uploads-ssl.webflow.com/5c14e387dab576fe667689cf/5cbed8a4ae2b88347c06c923_BuyMeACoffee_blue.png" height="20" alt="buy ma a coffee"></a>
<p align="center"><img src="./assets/gopher43.svg" width="250" alt="go-meteologx logo"/></p>
## *This package is still WIP*
This Go package provides simple bindings to the
@ -155,3 +156,10 @@ func main() {
}
}
```
## Authors/Contributors
go-meteologix was authored and developed by [Winni Neessen](https://github.com/wneessen/).
Big thanks to the following people, for contributing to the go-meteologix project
(either in form of code, reviewing code, writing documenation or contributing in any other form):
* [Maria Letta](https://github.com/MariaLetta) (designed the go-meteologix logo)

1
assets/gopher43.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 104 KiB

View file

@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 Maria Letta (https://github.com/MariaLetta/free-gophers-pack)
SPDX-License-Identifier: CC0-1.0