banro21 / alexa-open-doc

An Amazon Alexa skill to open and edit google docs through voice

Home Page:https://acucciniello.github.io/alexa-open-doc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alexa-open-doc Standard - JavaScript Style Guide

Build Status

An Amazon Alexa skill to open and edit google docs through voice

View Videos of Skill in Use

##Getting Started

  1. Must have an Amazon Echo to use this skill.
  2. Open the Amazon Echo companion mobile application.
  3. Click on the Top Left Button to Open the Menu
  4. Click on Skills
  5. Search "Edit Docs"
  6. Click Enable Skill
  7. Enter Information for the Google Drive Account you would like to use
  8. Click Allow
  9. Go to Your Amazon Echo
  10. Say "Alexa, open Edit Docs"

##Usage

###List Files

Sample phrase to say to Alexa to list you last ten files in Google Drive:

"Alexa, ask Edit Docs to list my files please"

Alexa's Response:

"Here is your list of files ..."

###Create File

Sample phrase to say to Alexa to create a new file in your Google Drive:

"Alexa, ask Edit Docs to create a file called {fileName}"

Alexa's Response:

"We created a file named {fileName}"

###Add to a File

Sample phrase to say to Alexa to add text to a file in your Google Drive:

"Alexa, ask Edit Docs to update {fileName} with {inputText}"

Alexa's Response:

"We updated the file named {fileName} with your input of {inputText}"

##TO DO:

  • List Files in Your Drive
  • Create a file
  • Edit in your google drive (In Progress)
  • Full Description of Getting Started

##License

MIT

About

An Amazon Alexa skill to open and edit google docs through voice

https://acucciniello.github.io/alexa-open-doc/

License:MIT License


Languages

Language:JavaScript 100.0%