Skip to content

teslahunt/specifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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