tesla_proxy 0.0.3 copy "tesla_proxy: ^0.0.3" to clipboard
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 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
15
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

Tesla API proxy.

License

MIT (license)

Dependencies

args, shelf, shelf_proxy

More

Packages that depend on tesla_proxy