- Alexa does not support the user saying long sections of free-flow text
- Instead of having the user say the whole verse, could have Alexa read the verse while the user reads along
- Could then prompt the user for how well they knew the verse (maybe 1-5)
- Have two modes, ad-hoc and scheduled/planned
- With the ad-hoc mode, any verse can be chosen in the Bible
- With the scheduled mode, read in verses from a DB or Google Sheet
- Interface to ESV or other Bible API
- Interface to DB or Google Sheets
- Interface to Alexa/Google Home (jovo possible)
- Intent development
- Algorithm development for which verses to present user (based on past history, scores, etc.)
- Interface to Alexa with displays
- Alexa, open my Bible Memorization app
- Alexa, ask my Bible Memorization app to help me memorize John 3 verse 16
- ESV
- Authorization: Token c9a931ac0ae6c6e7d5fca859d2dc1a8509ab9ddd
- Capability to retrieve any verse or range of verses
- Examples: Ephesians 2:10 or Proverbs 3:5-6
- jovo build (only do this if managing intents in JSON instead of on Alexa developer)
- jovo deploy --ask-profile edot
- jovo3 get alexaSkill --skill-id amzn1.ask.skill.97d8429a-8c3f-4f53-8172-32c1d1f93ede --ask-profile edot
- npm run bundle (to build the zip file to upload to Lambda)