Proof of concept go wttr client
Find a file
github-actions[bot] a56d3edfbe
Some checks failed
Build / build (push) Has been cancelled
golangci-lint / lint (push) Has been cancelled
Hadolint / Hadolint (push) Has been cancelled
Linting / Prettier & markdown linting (push) Has been cancelled
Linting / biome (push) Has been cancelled
release-please / release-please (push) Has been cancelled
Run tests and upload coverage / Run tests and collect coverage (push) Has been cancelled
Merge pull request #41 from alrayyes/dependabot/npm_and_yarn/biomejs/biome-2.0.5
chore(deps-dev): bump @biomejs/biome from 2.0.4 to 2.0.5
2025-06-24 02:31:36 +00:00
.github chore(ci): do non lint non existing Dockerfile 2025-06-20 11:21:08 +02:00
.husky/_ chore: implement biome & lefthook 2025-06-19 16:34:01 +02:00
docker chore: implement biome & lefthook 2025-06-19 16:34:01 +02:00
wttrclient chore: migrate golangci config 2025-06-20 11:12:53 +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 chore: migrate golangci config 2025-06-20 11:12:53 +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: implement biome & lefthook 2025-06-19 16:34:01 +02:00
CHANGELOG.md chore(main): release 1.2.0 2025-02-18 20:15:44 +01:00
docker-compose.yml chore: implement biome & lefthook 2025-06-19 16:34:01 +02:00
go.mod refactor: rename project to gwttr 2025-02-15 13:43:57 +01:00
go.sum feat: tell the user we have no idea what the weather is 2025-02-14 18:50:09 +01:00
lefthook.yml chore: implement biome & lefthook 2025-06-19 16:34:01 +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 refactor: use best practice import order 2025-02-21 12:19:07 +01:00
main_test.go refactor: use best practice import order 2025-02-21 12:19:07 +01:00
package.json chore(deps-dev): bump @biomejs/biome from 2.0.4 to 2.0.5 2025-06-24 02:31:25 +00:00
pnpm-lock.yaml chore(deps-dev): bump @biomejs/biome from 2.0.4 to 2.0.5 2025-06-24 02:31: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