declension / squeeze-alexa

Squeezebox integration for Amazon Alexa
GNU General Public License v3.0
59 stars 20 forks source link

Update instructions to support ask cli #29

Open declension opened 6 years ago

declension commented 6 years ago

Should make creation and deploying of a skill much easier. Could deprecate other methods if reliable and easy.

See https://developer.amazon.com/blogs/alexa/post/190c8144-e5c2-4aa7-b65d-cdf46325728e/alexa-skill-management-api-and-alexa-skills-kit-command-line-interface-enable-faster-more-automated-skill-management

declension commented 6 years ago

It does require node & npm though - which is yet another series of setups to do if they're not in that world. :thinking: Perhaps usage of the API via boto3 and some custom Python would be better (and more automated perhaps)