Proof of concept go wttr client
Find a file
github-actions[bot] 45134249a7
Some checks are pending
Build / build (push) Waiting to run
golangci-lint / lint (push) Waiting to run
Linting / Prettier & markdown linting (push) Waiting to run
Linting / biome (push) Waiting to run
release-please / release-please (push) Waiting to run
Run tests and upload coverage / Run tests and collect coverage (push) Waiting to run
Merge pull request #209 from alrayyes/dependabot/npm_and_yarn/biomejs/biome-2.5.7
chore(deps-dev): bump @biomejs/biome from 2.5.6 to 2.5.7
2026-08-10 00:06:37 +00:00
.github chore(deps): bump pnpm/action-setup from 6.0.9 to 6.0.10 2026-08-06 00:06:25 +00:00
wttrclient test: use httptest to mock wttr dependency 2025-10-19 18:48:56 +02:00
.commitlintrc.json chore: implement biome & lefthook 2025-06-19 16:34:01 +02:00
.editorconfig feat: tell the user we have no idea what the weather is 2025-02-14 18:50:09 +01:00
.gitignore refactor: rename project to gwttr 2025-02-15 13:43:57 +01:00
.golangci.yml test: use httptest to mock wttr dependency 2025-10-19 18:48:56 +02:00
.goreleaser.yaml feat: tell the user we have no idea what the weather is 2025-02-14 18:50:09 +01:00
.markdownlint.json chore: implement biome & lefthook 2025-06-19 16:34:01 +02:00
.markdownlintignore feat: tell the user we have no idea what the weather is 2025-02-14 18:50:09 +01:00
.nvmrc Update .nvmrc 2025-02-27 01:51:01 +01:00
biome.json chore: bump biome config schema 2025-10-19 19:01:11 +02:00
CHANGELOG.md chore(main): release 1.2.0 2025-02-18 20:15:44 +01:00
go.mod chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 2025-08-28 04:26:02 +00:00
go.sum chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 2025-08-28 04:26:02 +00:00
lefthook.yml chore: remove unused Dockerfiles 2025-10-17 19:55:14 +02:00
LICENSE feat: tell the user we have no idea what the weather is 2025-02-14 18:50:09 +01:00
main.go test: use httptest to mock wttr dependency 2025-10-19 18:48:56 +02:00
main_test.go test: use httptest to mock wttr dependency 2025-10-19 18:48:56 +02:00
package.json chore(deps-dev): bump @biomejs/biome from 2.5.6 to 2.5.7 2026-08-10 00:06:25 +00:00
pnpm-lock.yaml chore(deps-dev): bump @biomejs/biome from 2.5.6 to 2.5.7 2026-08-10 00:06:25 +00:00
pnpm-workspace.yaml chore: implement biome & lefthook 2025-06-19 16:34:01 +02:00
README.md docs: fix build command 2025-02-15 13:48:45 +01:00

Go gwttr client

Go Reference Go Report Card codecov

A proof of concept client written in Go to access wttr.in.

Building

go build

Usage

./gwttr

Contributing

License

GNU GPLv3