voydz / alexa-lgtv-remote

Control your webOS powered LG TV with amazon's alexa.
MIT License
50 stars 26 forks source link

Help please #4

Closed StarfighterJ closed 6 years ago

StarfighterJ commented 6 years ago

First Does this work? Also on Install all dependencies with npm install. what do I install first?, and on Run the app with npm run start what do I start. Please help thank you

voydz commented 6 years ago

Hi,

  1. npm install will automatically install all required dependencies on a project level for you. No need to specify anything further.
  2. npm run start will start the API Gateway (managing a Alexa ASK Endpoint and its connection to the LG webOS Websocket)

Also have a look at the fork at https://github.com/pparedes1/alexa-lgtv-remote. There you will find more detailed guidelines on how to setup this project.

greetings

voydz commented 6 years ago

consider this closed due to #5