Ecosyste.ms: Awesome

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

https://github.com/teslahunt/tesla-title

Get Tesla vehicles title based on option codes.
https://github.com/teslahunt/tesla-title

tesla tesla-api teslamotors

Last synced: 24 days ago
JSON representation

Get Tesla vehicles title based on option codes.

Lists

README

        


tesla-title



![Last version](https://img.shields.io/github/tag/teslahunt/tesla-title.svg?style=flat-square)
[![Coverage Status](https://img.shields.io/coveralls/teslahunt/tesla-title.svg?style=flat-square)](https://coveralls.io/github/teslahunt/tesla-title)
[![NPM Status](https://img.shields.io/npm/dm/tesla-title.svg?style=flat-square)](https://www.npmjs.org/package/tesla-title)

> Get Tesla vehicles title based on option codes.

## Install

```bash
$ npm install tesla-title --save
```

## Usage

```js
const title = require('tesla-title')

title({ optionCodes: ['MDLS', 'BT85', 'DV4W'] }) // => 'Model S 85D'
```

## License

**tesla-title** © [Tesla Hunt](https://teslahunt.io), released under the [MIT](https://github.com/teslahunt/title/blob/master/LICENSE.md) License.

Authored and maintained by [Tesla Hunt](https://teslahunt.io) with help from [contributors](https://github.com/teslahunt/title/contributors).

> [teslahunt.io](https://teslahunt.io) · GitHub [teslahunt](https://github.com/teslahunt) · Twitter [@teslahuntio](https://twitter.com/teslahuntio)