API Server designed to pull weather data from the AEMET and render it in HTML/JSON
Go to file
raul 2cf128e4ce Merge pull request 'Main project' (#1) from testing into main
Reviewed-on: #1
2024-06-14 07:49:33 +02:00
cmd Different colors for cold/hot temperatures 2024-05-31 09:32:49 +02:00
.gitignore Initial commit 2024-04-29 08:56:59 +02:00
.goreleaser.yaml Remove windows support 2024-05-23 10:45:42 +02:00
LICENSE Initial commit 2024-04-29 08:56:59 +02:00
README.md Update README.md 2024-05-15 12:26:21 +02:00
backup-goxml2json.tar.gz Add backup of functional goxml2kjson fork 2024-05-15 12:37:58 +02:00
go.mod Update dependencies 2024-05-15 12:37:31 +02:00
go.sum Update dependencies 2024-05-15 12:37:31 +02:00
main.go Transition project to Cobra 2024-05-08 09:08:36 +02:00

README.md

aemet

API Server that fetches spanish weather data from the AEMET formatted in XML and translates it to JSON, optionally allowing to render the obtained data in a web page.


Credits and thanks to riccardomanfrin for his fork of goxml2json, which allowed this entire project to work properly despite the AEMET's inconsistent XML formatting.