Skip to content

dada-amater/iaqualink-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iAqualink-proxy

This is a proxy for the iAqualink API.

How to use

$ docker run -d -p 8000:8000 dadaamater/iaqualink-proxy:latest

or

$ docker-compose up -d

Then query the API at http://localhost:8000/?email=<iAqualinkEmail>&password=<iAqualinkPassword>&sn=<deviceSerialNumber>

How to build

docker buildx build . --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t dadaamater/iaqualink-proxy:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published