aemet/README.md

10 lines
472 B
Markdown
Raw Normal View History

2024-04-29 08:56:59 +02:00
# aemet
2024-05-15 12:26:21 +02:00
API Server that fetches spanish weather data from the [AEMET](https://www.aemet.es/en/portada) formatted in XML and translates it
to JSON, optionally allowing to render the obtained data in a web page.
-----
Credits and thanks to [riccardomanfrin](https://github.com/riccardomanfrin) for his fork of [goxml2json, which allowed
this entire project to work properly](https://github.com/riccardomanfrin/goxml2json) despite the AEMET's inconsistent XML formatting.