Skip to content

Exide/alexa-skill-somafm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alexa-skill-somafm

The idea here is to provide voice access to SomaFM content via Alexa.

NOTE: Development on this project is on hold. SomaFM uses TuneIn to broadcast its stations through Alexa.

How to update the AWS Lambda

  1. Zip up the necessary components
$ rm -f AlexaSomaFMSkill.zip; zip -r AlexaSomaFMSkill.zip node_modules/ package.json config.json index.js
  1. Upload the ZIP file
$ aws --region {AWSRegion} lambda update-function-code --function-name {AWSLambdaFunctionARN} --zip-file fileb://$(pwd)/AlexaSomaFMSkill.zip 

About

Listen to your favorite SomaFM stations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published