teslahunt / specifications

Detailed technical information related to Tesla vehicles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Last version Coverage Status NPM Status

Detailed technical information related to Tesla vehicles.

The information is collected from:

Install

$ npm install tesla-specifications --save

Usage

const teslaSpec = require('tesla-specifications')

console.log(teslaSpec[0])

// "Model 3 Long Range AWD": {
//   "acceleration": "4.6 secs",
//   "batteryPack": "75 kWh",
//   "curbWeight": "1847 kg",
//   "dimensions": "4694 x 1850 x 1443",
//   "efficiency": "13.4 kWh / 100 km",
//   "enginePower": "346 hp",
//   "engineTorque": "527 Nm",
//   "range": "518 km",
//   "topSpeed": "225 km/h",
//   "wheelBase": "2875 mm"
// }

License

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

teslahunt.io · GitHub teslahunt · Twitter @teslahuntio

About

Detailed technical information related to Tesla vehicles.

License:MIT License


Languages

Language:JavaScript 100.0%