From 8f9239e39258dd81da47268c16cc33ae27efc7fd Mon Sep 17 00:00:00 2001 From: raul Date: Wed, 15 May 2024 12:26:21 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 914891d..cb4250b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # aemet -CLI tool to check Valencian weather \ No newline at end of file +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.