https://github.com/mgwidmann/tesla_api
Elixir client for interacting with the (private) Tesla Vehicle API
https://github.com/mgwidmann/tesla_api
Last synced: 11 months ago
JSON representation
Elixir client for interacting with the (private) Tesla Vehicle API
- Host: GitHub
- URL: https://github.com/mgwidmann/tesla_api
- Owner: mgwidmann
- License: mit
- Created: 2019-01-17T05:17:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-09T02:54:12.000Z (almost 7 years ago)
- Last Synced: 2025-05-24T22:35:43.388Z (about 1 year ago)
- Language: Elixir
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TeslaApi
**Based on documentation from https://tesla-api.timdorr.com/**
Need a referral for your Tesla? Feel free to [use mine](https://ts.la/matt53970).
## Installation
The package can be installed by adding `tesla_api` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tesla_api, "~> 0.1.0"}
]
end
```