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.