ecb/README.md

356 B

Search a metering point using the EDSN API

Web-app with Python and Flask

Generate an API key

Go to https://gateway.edsn.nl/eancodeboek

Update config.json

Update the API key token in the config.json file

Docker

For building and running the app via Docker

docker build -t ecb:latest .
docker run -d --name ecb -p 5000:5000 ecb:latest