Skip to content

Quick Maths Alexa Skill and Google Action with the VOXA framework

Notifications You must be signed in to change notification settings

omenocal/quick-maths-voice-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1035fba · Jun 15, 2019

History

1 Commit
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019
Jun 15, 2019

Repository files navigation

Quick Maths

This application is written using the voxa3 framework developed by RAIN.

Development setup

  • Install and use Node v8.10
  • Run yarn
  • Create a src/config/local.json file and customize it for your local setup, you can use src/config/local.example.json
  • Start the development server with yarn watch

Tests

This project has a test suite built using mocha, chai, alexa-mime and virtual-alexa

Running the tests

$ yarn test --watch --bail

Interaction Model and Publishing Information

The interaction model and publishing information are managed using the voxa-cli, provided you have configured access to the google spreadsheets updating it can be accomplished by running the following command

$ yarn interaction

Resources

Working locally

$ yarn watch

Step by step tutorial

This Alexa Skill and Google Action was created to show how you can create a voice app using the VOXA framework. You can check out the medium posts in the following links: