Skip to content

iamady/glo-boards-alexa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitKraken Glo Boards for Alexa GitHub

Installation

GitKraken Glo Boards is released on Amazon Alexa U.S. Enable Now

Development

git clone https://github.com/iamady/glo-boards-alexa.git
cd glo-boards-alexa/lambda/custom/
npm install
  • Pack index.js and node_modules together in a .zip file.
  • AWS CLI Setup Tutorial
  • After Setup is complete run command below wih correct parameters.
aws lambda update-function-code --function-name <YourFunctionName> --zip-file fileb://./<YourZipFileName>.zip --publish

Known Issues

  • If you try list Tasks Due without creating a board, column or card you won't be able to fetch card created by you for the due date.

Roadmap

  • List boards
  • Select boards
  • Create boards
  • Delete boards
  • Add cards
  • Delete card
  • Tasks Due for particular day/date
  • List Columns
  • Create Column
  • Delete Column
    • List Cards in Column (Next Update)
    • Manage Labels (Next Update)
    • Add Comment to a Card (Next Update)
    • Add Alexa Presentation Language Support (Future Updates)
    • Use Javascript @axosoft/glo-sdk (Future Updates)

Support

You can email me at [email protected] or PM @adityashin.de on Instagram.

About

GitKraken Glo Boards for Alexa devices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published