binhonglee / breathe

An Alexa skill that records things you did that makes you feel good and remind you about it when you most needed it.

Home Page:https://binhonglee.github.io/breathe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breathe

This is an Alexa skill that takes in your messages and store them into an array in the cache. It will then pull up random string from the array and remind users about it.

The following is a peek into the Sample Utterances:

RequestIntent tell me something
RequestIntent remind me
CreateEventIntent create a new moment of {Event}
CreateEventIntent create a new memory of {Event}
CreateEventIntent record this moment of {Event}
CreateEventIntent record this memory of {Event}
StopIntent stop
Intent Purpose
RequestIntent For the users to randomly get one of the messages they had previously recorded.
CreateEventIntent For the users to record a new message (event) that provided them with positive reinforcement.
StopIntent To end / quit the Alexa skill.
This project is made at SpartaHack 17.

About

An Alexa skill that records things you did that makes you feel good and remind you about it when you most needed it.

https://binhonglee.github.io/breathe/

License:MIT License


Languages

Language:JavaScript 98.1%Language:Shell 1.9%