Main project #1

Merged
raul merged 33 commits from testing into main 2024-06-14 07:49:34 +02:00
1 changed files with 7 additions and 1 deletions
Showing only changes of commit 8f9239e392 - Show all commits

View File

@ -1,3 +1,9 @@
# aemet
CLI tool to check Valencian weather
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.