PreRequisites:This app uses Twilio to send the list of items as text messages to any local phone number. But to use this functionality user must create their Twilio account and provide necessary permissions by visiting https://mygrocerylist.fillearth.com. User can also complete the authorization process from the Privacy policy page (see link below)
Purpose: Often while going for grocery shopping we forget items that we need to buy. With this skill, users can add items to the list whenever they find it missing. Then they can retrieve the list all at once just before going for shopping. Features available: User can add an item, delete an item, retrieve all the items, check when an item is added and also clear the whole list. How it works: There is an "Items" table in DynamoDB. Whenever user adds an item it gets added to the list. Then when he deletes an item it gets deleted from the list. User can also clear the list at once. All these happens through Dialog.