Commit graph

17 commits

Author SHA1 Message Date
Winni Neessen c9fa7eb1d7
Add mirror repository information to README
A new section called "Mirror" was added to the README.md file indicating that the Github repository is only a mirror of the main repository. The main repository is located at "https://src.neessen.cloud/wneessen/go-meteologix". This change improves project transparency and informs contributors of the primary source of the code.
2024-02-11 15:27:34 +01:00
Winni Neessen 878c4dfe71
Update URLs to point to new repository domain
The URLs in all the files that reference the old domain (github.com) have been updated to reference the new domain (src.neessen.cloud). This includes URLs in badges, links in the README.md, import paths in .go files, and module paths in go.mod and .golangci.toml.
2024-02-11 15:24:46 +01:00
Winni Neessen 3dd9f19bc3
Update Discord link 2023-05-23 18:50:40 +02:00
Winni Neessen dec578e751
Added CODE_OF_CONDUCT.md, CONTRIBUTING.md and updated mail address in CopyrightText 2023-05-21 11:46:23 +02:00
Winni Neessen 490721bded
Added logo by Maria Letta integrated it with README.md 2023-05-21 11:29:05 +02:00
Winni Neessen ec15731973
Added example code for ObservationLatestByLocation 2023-05-21 11:07:09 +02:00
Winni Neessen 983c09907f
Altered Value() methods to return math.NaN if Observation is not available. 2023-05-20 10:52:31 +02:00
Winni Neessen 2a4db6ade7
Remove discord link from README.md 2023-05-19 20:20:56 +02:00
Winni Neessen 4bc501b6d8
Completed refactoring the whole Observation API. Also updated examples in README.md 2023-05-19 20:17:20 +02:00
Winni Neessen 9cc27e48ac
Updated README.md (added discord badge) 2023-05-19 16:41:38 +02:00
Winni Neessen a076a4dc81
Updated README.md 2023-05-18 12:49:53 +02:00
Winni Neessen 5d278c9fd8
Renamed GeoLocation lookup methods since we don't only search by city name but rather by any kind of name 2023-05-15 16:30:23 +02:00
Winni Neessen 7c924364db
Updated README.md 2023-05-15 16:28:14 +02:00
Winni Neessen 1b9bb00403
Added badges to README.md 2023-05-12 19:32:58 +02:00
Winni Neessen 128b8527cc
Update README.md 2023-05-12 18:46:00 +02:00
Winni Neessen 2ed373adf0
Initial checkin 2023-05-12 12:44:27 +02:00
Winni Neessen ad65aa77dd
Initial commit 2023-05-12 10:14:31 +02:00