@bkhooo/tesla-inventory-au

3.1.0 • Public • Published


Last version NPM Status

Retrieve real-time data from Tesla Inventory.

Install

$ npm install tesla-inventory --save

Usage

const teslaInventory = require('tesla-inventory')

teslaInventory('fr', {
  model: 's',
  condition: 'used'
}).then(results => console.log(results))

API

teslaInventory(inventory, [query], [gotOpts])

inventory

Required
Type: string

The Tesla Inventory identifier, see inventories.

query

Type: object

The query options to be passed agaisnt Tesla Inventory API.

These options can be:

  • arrangeby: Price
  • condition: used|new
  • model: ms|mx|m3
  • order: asc|desc

License

tesla-inventory © Tesla Hunt, released under the MIT License.
Authored and maintained by Tesla Hunt with help from contributors.

teslahunt.io · GitHub teslahunt · Twitter @teslahuntio

Package Sidebar

Install

npm i @bkhooo/tesla-inventory-au

Weekly Downloads

1

Version

3.1.0

License

MIT

Unpacked Size

52.7 kB

Total Files

25

Last publish

Collaborators

  • bkhooo