dmhacker / alexa-youtube-skill

Allows Alexa to play audio from YouTube videos
MIT License
243 stars 109 forks source link

removing hard coded heroku server url... #7

Closed andrewdavisdev closed 7 years ago

andrewdavisdev commented 7 years ago

... and instead adding a env var for it. Also updating readme for this change. This allows a user of this Lambda function to also run thier own heroku server. I also opened a PR under the other repo for the heroku server that has to sync with this change.

dmhacker commented 7 years ago

I'm going to make a few changes such as making that specific ENV var optional, but otherwise looks good!