From 06af913e32a32b0770e28390ff4d3fdf5564d76e Mon Sep 17 00:00:00 2001 From: Daithi Hearn Date: Sun, 5 Nov 2023 11:21:54 +0100 Subject: [PATCH] deprecating repo --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b44dc01..988d4a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Electricity Prices API +# Repository Deprecated +:warning: **This repository is no longer maintained and has been replaced by an [implementation in Go](https://github.com/daithihearn/electricity-prices-go). The code is +preserved here +as a reference, but it is not recommended for continued use.** + An API for information about electricity prices in Spain. Data is scraped from [REData Api](https://www.ree. es/en/apidatos) and [ESIOS](https://www.esios.ree.es/) and exposed via a [restful API](https://elec-api.daithiapp.com/).