文件名称:alexa-skill-somafm:收听您喜欢的SomaFM电台
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-23 00:34:52
JavaScript
Alexa-Skill-Somafm 这里的想法是通过Alexa提供对内容的语音访问。 注意:此项目的开发处于暂停状态。 SomaFM使用通过Alexa广播其电台。 如何更新AWS Lambda 压缩必要的组件 $ rm -f AlexaSomaFMSkill.zip; zip -r AlexaSomaFMSkill.zip node_modules/ package.json config.json index.js 上载ZIP文件 $ aws --region {AWSRegion} lambda update-function-code --function-name {AWSLambdaFunctionARN} --zip-file fileb://$(pwd)/AlexaSomaFMSkill.zip
【文件预览】:
alexa-skill-somafm-master
----TERMS.md(119B)
----PRIVACY.md(108B)
----speechAssets()
--------IntentSchema.json(265B)
--------Utterances.txt(25B)
--------STATIONS.CustomSlot(37B)
----config.json(98B)
----README.md(614B)
----.gitignore(30B)
----index.js(677B)
----package.json(514B)