tesla_proxy 0.0.2 copy "tesla_proxy: ^0.0.2" to clipboard
tesla_proxy: ^0.0.2 copied to clipboard

outdated

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 install
  • pub 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
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Tesla API proxy.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, shelf, shelf_proxy

More

Packages that depend on tesla_proxy