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: 3 months ago
JSON representation
Get Tesla vehicles title based on option codes.
- Host: GitHub
- URL: https://github.com/teslahunt/tesla-title
- Owner: teslahunt
- License: mit
- Created: 2021-01-31T10:39:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T09:12:38.000Z (11 months ago)
- Last Synced: 2024-01-13T03:09:36.979Z (10 months ago)
- Topics: tesla, tesla-api, teslamotors
- Language: JavaScript
- Homepage: https://teslahunt.io
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
![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)