Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,9 +1,8 @@
 Awesome Amazon Alexa !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)  
 (https://developer.amazon.com/alexa)
 Awesome Amazon Alexa !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)  (https://developer.amazon.com/alexa)
▐ Curated list of awesome resources for the Amazon Alexa (https://developer.amazon.com/alexa) platform.
 Contents
 Contents
- SDKs/Tools (#sdkstools)
- NPM Modules (#npm-modules)
@@ -31,10 +30,9 @@
SDKs/Tools
- alexa-skills-kit-js (https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs) - The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of 
boilerplate code.
- jargon-sdk-nodejs (https://github.com/JargonInc/jargon-sdk-nodejs/tree/master/packages/alexa-skill-sdk) - The Jargon SDK makes it easy for skill developers to manage their runtime content and to support 
multiple languages from within their skill.
- alexa-skills-kit-js (https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs) - The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
- jargon-sdk-nodejs (https://github.com/JargonInc/jargon-sdk-nodejs/tree/master/packages/alexa-skill-sdk) - The Jargon SDK makes it easy for skill developers to manage their runtime content and to support multiple languages from within 
their skill.
- AVS-server (https://github.com/miguelmota/AVS-server) - Node.js web server for interacting with the Alexa Voice Service.
- AVS-client (https://github.com/miguelmota/AVS-client) - Front-end application for interacting with Alexa Voice Service.
- SSMLOL (https://github.com/okofish/ssmlol) - MP3 file validator for Alexa SSML \ tags.
@@ -69,8 +67,7 @@
- amazon-alexa-php (https://github.com/MiniCodeMonkey/amazon-alexa-php) - Amazon Alexa PHP Library.
- alexa-app (https://github.com/develpr/alexa-app) - Set of classes to make creating Amazon Alexa Skills Kit (ASK) applications easier with Laravel and Lumen.
- Virtual Alexa (https://github.com/bespoken/virtual-alexa) - Alexa Emulator for Unit-Testing.
- ASK CLI (https://developer.amazon.com/docs/smapi/quick-start-alexa-skills-kit-command-line-interface.html) - The ASK Command Line Interface (ASK CLI) is a tool for you to manage your Alexa skills and related 
AWS Lambda functions.
- ASK CLI (https://developer.amazon.com/docs/smapi/quick-start-alexa-skills-kit-command-line-interface.html) - The ASK Command Line Interface (ASK CLI) is a tool for you to manage your Alexa skills and related AWS Lambda functions.
NPM Modules
@@ -96,8 +93,8 @@
- alexa-utterances (https://github.com/alexa-js/alexa-utterances) - Generate expanded utterances for Amazon Alexa from a template string.
- alexa-mp3-validator (https://github.com/tejashah88/alexa-mp3-validator) - A node module for validating your MP3 files to be used in your Amazon Alexa skill.
- node-alexa-smapi (https://github.com/tejashah88/node-alexa-smapi) - A node.js client library for using the Alexa Skill Management API.
- jargon-sdk-nodejs (https://github.com/JargonInc/jargon-sdk-nodejs/tree/master/packages/alexa-skill-sdk) - The Jargon SDK makes it easy for skill developers to manage their runtime content and to support 
multiple languages from within their skill.
- jargon-sdk-nodejs (https://github.com/JargonInc/jargon-sdk-nodejs/tree/master/packages/alexa-skill-sdk) - The Jargon SDK makes it easy for skill developers to manage their runtime content and to support multiple languages from within 
their skill.
Skills
@@ -133,8 +130,7 @@
- alexa-qrz (https://github.com/maihde/alexa-qrz) - An Alexa Skill to lookup FCC license information.
- alexa-airportinfo (https://github.com/bignerdranch/alexa-airportinfo) - This skill uses the FAA API to report the current weather, and any delays, for a given airport code.
- alexa-ha (https://github.com/unityfire/alexa-ha) - An Amazon Echo skill for controlling your Home Automation via voice.
- alexia-starter-kit (https://github.com/Accenture/alexia-starter-kit) - Starter Kit project with sample Amazon Echo skill created using Alexia Framework. Contains eslint config, sample intent structure, unit 
tests and more.
- alexia-starter-kit (https://github.com/Accenture/alexia-starter-kit) - Starter Kit project with sample Amazon Echo skill created using Alexia Framework. Contains eslint config, sample intent structure, unit tests and more.
- geemusic (https://github.com/stevenleeg/geemusic) - A bridge between Google Music and Amazon's Alexa.
- alex-robinhood-skill (https://github.com/dvehar/alexa-robinhood-skill) - Unoffical Alexa Skill for Robinhood.
@@ -147,16 +143,15 @@
- skill-sample-nodejs-city-guide (https://github.com/alexa/skill-sample-nodejs-city-guide) - An Alexa Skill Sample showing how to build a skill featuring a single city's landmarks and news.
- skill-sample-nodejs-audio-player (https://github.com/alexa/skill-sample-nodejs-audio-player) - An Alexa Skill Sample showing how to play long form audio in 3P-skills.
- skill-sample-nodejs-highlowgame (https://github.com/alexa/skill-sample-nodejs-highlowgame) - This Alexa sample skill is a template for a basic high-low game skill.
- skill-sample-nodejs-howto (https://github.com/alexa/skill-sample-nodejs-howto) - This tutorial will walk first-time Alexa skills developers through all the required steps involved in creating a parameter-based
skill using a template called Minecraft Helper.
- skill-sample-nodejs-howto (https://github.com/alexa/skill-sample-nodejs-howto) - This tutorial will walk first-time Alexa skills developers through all the required steps involved in creating a parameter-based skill using a template 
called Minecraft Helper.
- skill-sample-nodejs-feed (https://github.com/alexa/skill-sample-nodejs-feed) - An Alexa Skill Template to help create skills that read RSS/Atom feeds.
- skill-sample-nodejs-decision-tree (https://github.com/alexa/skill-sample-nodejs-decision-tree) - An Alexa Skill Sample for building a skill that can take a user through a decision tree, like "What should I eat
for breakfast?".
- skill-sample-nodejs-decision-tree (https://github.com/alexa/skill-sample-nodejs-decision-tree) - An Alexa Skill Sample for building a skill that can take a user through a decision tree, like "What should I eat for breakfast?".
- skill-sample-nodejs-calendar-reader (https://github.com/alexa/skill-sample-nodejs-calendar-reader) - An Alexa Skill Sample showing how to import calendar data from an .ICS file.
- skill-sample-nodejs-trivia (https://github.com/alexa/skill-sample-nodejs-trivia) - This Alexa sample skill is a template for a trivia style game with score keeping.
- skill-sample-nodejs-quiz-game (https://github.com/alexa/skill-sample-nodejs-quiz-game) - An Alexa Skill Sample showing how to build a quiz game skill.
- skill-sample-nodejs-salesforce (https://github.com/alexa/skill-sample-nodejs-salesforce) - This project demonstrates how to build an Alexa private skill that integrates with your Salesforce data, utilizing 
account linking and a personal voice code.
- skill-sample-nodejs-salesforce (https://github.com/alexa/skill-sample-nodejs-salesforce) - This project demonstrates how to build an Alexa private skill that integrates with your Salesforce data, utilizing account linking and a 
personal voice code.
Prototyping
@@ -190,8 +185,7 @@
Monitoring
- Bespoken (http://bespoken.io) - Bespoken provides monitoring and testing tools for Alexa skills (and Google Actions). Our platform keeps track to make sure your skill is working correctly, and alerts you when 
it is not.
- Bespoken (http://bespoken.io) - Bespoken provides monitoring and testing tools for Alexa skills (and Google Actions). Our platform keeps track to make sure your skill is working correctly, and alerts you when it is not.
- VoiceLabs.com - Testing and Monitoring Alexa skills (https://voicelabs.com) - VoiceLabs is a free testing and monitoring platform for Alexa skills and Google Actions.
Newsletters
@@ -202,8 +196,7 @@
- Love My Echo (http://lovemyecho.us12.list-manage1.com/subscribe?u=a2fd80e8af2452554af237cf4&id=353528c5b3) - Things To Ask Alexa, how-tos, tips, tricks, etc.
- VoiceBot (https://www.voicebot.ai/subscribe/) - The latest news about Amazon Alexa, Google Home, Google Deep Mind, Apple Siri, Microsoft Cortana, IBM Watson and more.
- Voice Dev Rocks (https://voicedev.rocks/) - A weekly curated publication full of interesting, relevant links, brought to you by the Amazon Alexa, Google Assistant and Microsoft Cortana Slack communities.
- Talking to Computers (https://talkingtocomputers.substack.com/welcome) - A monthly newsletter about building for voice, on Alexa, Google Assistant, and elsewhere for developers, designers, and the 
tech-curious.
- Talking to Computers (https://talkingtocomputers.substack.com/welcome) - A monthly newsletter about building for voice, on Alexa, Google Assistant, and elsewhere for developers, designers, and the tech-curious.
Podcasts
@@ -242,24 +235,23 @@
- How to create your own Flash Briefing skill for Amazon Alexa (https://www.youtube.com/watch?v=kfSP1Munn1M) - Create your own flash briefing skill.
- How to Publish Your Alexa Skill to all the English-speaking Regions (https://www.youtube.com/watch?v=_Ph6K_-1_mw) - Publish your Alexa skill.
- Dabble Lab (https://www.youtube.com/channel/UCfY-LopSxGekh9LruXLjffg/videos) - Weekly videos on building custom skills for Amazon Alexa and related topics.
- Building Voice Apps Using Amazon Alexa (https://www.udemy.com/building-voice-apps-using-amazon-alexa/?siteID=Fh5UMknfYAU-NFsHPO_AesnmvLmMUzZEqw&LSNPUBID=Fh5UMknfYAU) - Build smooth voice-activated apps for 
Echo and other Alexa-aware devices.
- Building Voice Apps Using Amazon Alexa (https://www.udemy.com/building-voice-apps-using-amazon-alexa/?siteID=Fh5UMknfYAU-NFsHPO_AesnmvLmMUzZEqw&LSNPUBID=Fh5UMknfYAU) - Build smooth voice-activated apps for Echo and other Alexa-aware 
devices.
- Build for Echo Show (https://www.youtube.com/playlist?list=PL4iXGvrBx4ZMPOMDYsbHwjZdaByEL2W2y) - Learn to develop multimodal skills for Echo Show.
Courses
- Introduction to Voice Design with Amazon's Alexa (https://www.udemy.com/amazonalexa/) - Introduction to Alexa Voice Design.
- Cakewalk - Build an engaging Alexa Skill (https://developer.amazon.com/en-US/alexa/alexa-skills-kit/resources/training-resources/cake-walk) - Build an enaging Alexa Skill from scratch right up to 
certification.
- Cakewalk - Build an engaging Alexa Skill (https://developer.amazon.com/en-US/alexa/alexa-skills-kit/resources/training-resources/cake-walk) - Build an enaging Alexa Skill from scratch right up to certification.
Communities
- Unofficial Alexa Slack (http://www.alexaslack.com) - A group of chat channels focusing on Amazon Alexa enabled hardware and software. Developers, designers, marketers, business people, hobbyists, students, and
other professionals involved in technology are welcome.
- Alexa Developers Slack-- India Community  (Alexa.design/indiaslackinvite) - A group of chat channels focusing on Amazon Alexa Skill development in India. From student developers to Alexa Evangelists at Amazon,
all are here to help you.
- Unofficial Alexa Slack (http://www.alexaslack.com) - A group of chat channels focusing on Amazon Alexa enabled hardware and software. Developers, designers, marketers, business people, hobbyists, students, and other professionals 
involved in technology are welcome.
- Alexa Developers Slack-- India Community  (Alexa.design/indiaslackinvite) - A group of chat channels focusing on Amazon Alexa Skill development in India. From student developers to Alexa Evangelists at Amazon, all are here to help 
you.
- Storyline community (https://www.facebook.com/groups/storylinecommunity/) - Facebook community of Alexa Developers built around the Storyline, tool for creating voice apps without coding.
- Alexa Dev Days (https://developer.amazon.com/alexa/devday) - Alexa Dev Days are free, interactive events from Amazon and sponsored by Intel. Engage in hands-on sessions where you will learn to create voice 
experiences and hear the latest on UI design and industry trends. Learners of all levels can join us for training sessions, workshops, live demos, and networking with Alexa experts and your peers.
- Alexa Dev Days (https://developer.amazon.com/alexa/devday) - Alexa Dev Days are free, interactive events from Amazon and sponsored by Intel. Engage in hands-on sessions where you will learn to create voice experiences and hear the 
latest on UI design and industry trends. Learners of all levels can join us for training sessions, workshops, live demos, and networking with Alexa experts and your peers.
Influencers
@@ -283,12 +275,12 @@
- Alexa Fund (https://developer.amazon.com/alexa-fund) - The Alexa Fund provides up to $100 million in venture capital funding to fuel voice technology innovation.
 Contributing
 Contributing
Fork and submit Pull Request!
Please read the contribution guidelines (CONTRIBUTING.md). Thanks!
 License
 License
!CC0 (http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg) (https://creativecommons.org/publicdomain/zero/1.0/)