3.1.0 • Published 1 year ago

@bkhooo/tesla-inventory-au v3.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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