tesla_proxy 0.0.3
tesla_proxy: ^0.0.3 copied to clipboard
Tesla API proxy.
Tesla API proxy #
This is a PoC app inspired by this Reddit thread.
Installation #
git clone https://github.com/f3ath/tesla-proxy
Running the server #
Locally #
pub installpub run tesla_proxy:server -t <token>
With Docker #
- Build:
docker build -t proxy . - Run:
docker run -e TESLA_TOKEN=<token> -d -p 8080:8080 proxy