API Server designed to pull weather data from the AEMET and render it in HTML/JSON
Go to file
raul 8f9239e392 Update README.md 2024-05-15 12:26:21 +02:00
cmd Use dictionaries for requesting locality weather 2024-05-15 08:35:00 +02:00
.gitignore Initial commit 2024-04-29 08:56:59 +02:00
.goreleaser.yaml Configure CI/CD 2024-05-03 09:26:49 +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
go.mod Update dependencies 2024-05-08 08:57:57 +02:00
go.sum Update dependencies 2024-05-08 08:57:57 +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.