Inspiration
As I am in the process of teaching currencies of various countries to my daughter, I was looking for an efficient way for her to learn. Alexa skills is one of the places I was looking for, but I couldn't find any thing that can solve my purpose. I was looking for something which can teach and also quiz you on your knowledge. That gave me an inspiration to build one for myself.
What it does
It has mainly two intents.
- Guide Intent - which tells currencies of various countries across the world.
- Quiz Intent - which test your knowledge on country currencies and gives your score at the end of quiz
How I built it
I create Lambda function using nodejs for my skill. And used APL framework to display images and text on display enabled devices.
Challenges I ran into
Documentation is pretty good and with the help of available examples, I am able to build this skill with out much difficulty. Debugging lambda nodejs function is one thing i couldn't figure out. Faced some issues in debugging errors.
Accomplishments that I'm proud of
Usage of APL is something which I am really proud of. Not many examples are not there. So, I am able to figure out myself and finished successfully.
What I learned
Using APL for amazon skills to display image/video to screen enabled devices.
What's next for World Currency Guide
- Currently images used in APL are static. Would like to change them based on the country thats being asked in quiz.
- Would like to divide quiz into multiple levels. As user clears one level, he/she will advance to next level.
Built With
- amazon-alexa
- apl
- lambda
- node.js
Log in or sign up for Devpost to join the conversation.