"My Calculator" is an Alexa skill designed to provide users with a convenient way to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. With this skill, users can utilize their Amazon Echo devices or any Alexa-enabled device to perform quick calculations without the need for a physical calculator or smartphone.
-
Click here for a video demo.
-
Please note that this skill is in developer mode and it is for testing purposes only.
- Alexa Skill Kit
- AWS Lambda Function
- Node.js
- VS Code
-
Voice and Text Input: Users can choose to interact with "My Calculator" using either voice or text input.
-
Error Handling and Validation: The skill is equipped with error handling to ensure accurate calculations and provides appropriate feedback to guide users in case of missing numbers.
-
Continuous Usage: Users can perform multiple calculations in a single session without needing to restart the skill. Alexa remains active and ready to perform additional operations, making it easy to perform a series of calculations in quick succession.
-
The skill features four intents: AddIntent, SubtractIntent, MultiplyIntent, and DivideIntent along with their respecive slots and utterances:
-
Addition: Users can ask Alexa to add two numbers together.
-
Subtraction: Alexa can subtract one number from another based on user commands.
-
Multiplication: Users can ask Alexa to multiply two numbers.
-
Division: Alexa can perform division operations, dividing one number by another.
-
- Course: Learning to Build Alexa Skills
- Skill Icon: - Canva
Thank you for visiting! 🎀