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
- Host: GitHub
- URL: https://github.com/f3ath/tesla-proxy
- Owner: f3ath
- License: mit
- Created: 2018-10-15T04:44:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T10:11:12.000Z (over 7 years ago)
- Last Synced: 2025-01-01T19:28:12.896Z (over 1 year ago)
- Topics: proxy, reddit, tesla, tesla-api
- Language: Dart
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).