Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Alexa Skills for Tesla (in Node.js)

An implementation in Node.js of the client side interface to the Tesla Model S API documented at:

http://docs.timdorr.apiary.io/

This is unofficial documentation of the Tesla Model S REST API used by the iOS and Android apps. It features functionality to monitor and control the Model S remotely. Documentation is provided on the Apiary.io site linked above.

#Installation

To use these programs you must download and install 'node' from http://nodejs.org . Once node is installed, use the included 'npm' utility to download and install the teslams tools and all it's dependent modules

npm install -g teslams

or if you are not logged in as the root (administrator) use:

sudo npm install -g teslams

Need to install

#deployments

I use serverless. So you need to install it. Then update the serverless.yml file

	service: alexaSkills

	provider:
	name: aws
	runtime: nodejs4.3
	profile: production
	memorySize: 512
	region: us-east-1
	stage: dev


	# you can add packaging information here
	package:
	exclude: speechAssets, functions, speechAssets, tests
	#  artifact: my-service-code.zip

	functions:
	tesla:
		handler: index.handle
		description: "Tesla Skills Application (serverless deployment)"
		timeout: 5

About

Alexa Skills Kits written in nodejs for AWS with alexa-sdk and teslaAPI

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages