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

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

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
```