An open API service indexing awesome lists of open source software.

https://github.com/f3ath/tesla-proxy

Tesla API proxy
https://github.com/f3ath/tesla-proxy

proxy reddit tesla tesla-api

Last synced: about 2 months ago
JSON representation

Tesla API proxy

Awesome Lists containing this project

README

          

# Tesla API proxy
This is a PoC app inspired by this [Reddit thread](https://www.reddit.com/r/teslamotors/comments/9joh3c/ill_build_your_unofficial_tesla_owner_app_or/e6tyix7/).

## Installation
- `git clone https://github.com/f3ath/tesla-proxy`

## Running the server
### Locally
- `pub install`
- `pub run tesla_proxy:server -t `

### With Docker
- Build: `docker build -t proxy .`
- Run: `docker run -e TESLA_TOKEN= -d -p 8080:8080 proxy`

## Using
Once the server is running try opening [http://localhost:8080/api/1/vehicles](http://localhost:8080/api/1/vehicles).