2022-01-03 16:56:05 +01:00
2022-01-03 17:46:20 +01:00
2021-12-31 15:10:26 +01:00
2021-12-31 14:11:04 +01:00
2022-04-05 15:45:10 +02:00
2021-12-31 15:10:26 +01:00
2022-01-07 14:31:51 +01:00
2022-01-24 16:54:14 +01:00
2022-01-03 17:46:20 +01:00
2021-12-31 17:46:03 +01:00

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 image tag ecb:latest 10.0.1.36:5000/fokki200/ecb:latest
docker push 10.0.1.36:5050/fokki200/ecb:latest
docker run -d --name ecb -p 5000:5000 10.0.1.36:5000/fokki200/ecb:latest
docker stack deploy --compose-file ~/code/ecb/docker-compose.yml ecb
Description
Web interface naar EANcodeboek API
Readme 56 KiB
Languages
Python 35%
HTML 30.8%
CSS 26.6%
Shell 3.9%
Dockerfile 3.7%