WarlaxZ / alexa-home-controller

Control all items in my home from amazon's Alexa
16 stars 5 forks source link

Web address was different for me than in readme #2

Open tszumowski opened 7 years ago

tszumowski commented 7 years ago

When I run the code, I need to go to http://localhost:8081/alexa/kodi, instead of http://localhost:8081/apps/home, as the readme mentions. It appears it opens an endpoint at /alexa/kodi, as shown in the run log below:

C:\workspace\alexa-home-controller>node server.js
Not serving static content because directory [public_html] does not exist
No server modules loaded because directory [server] does not exist
Loading apps from: apps
   Loaded app [home] at endpoint: /alexa/kodi
WarlaxZ commented 7 years ago

Nice spot, will update the readme! Thank you! :D