https://github.com/carsonip/alexa-pocket
Alexa Skill for Pocket
https://github.com/carsonip/alexa-pocket
alexa alexa-skill pocket
Last synced: 6 months ago
JSON representation
Alexa Skill for Pocket
- Host: GitHub
- URL: https://github.com/carsonip/alexa-pocket
- Owner: carsonip
- License: apache-2.0
- Created: 2017-08-20T07:27:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T17:31:17.000Z (over 5 years ago)
- Last Synced: 2025-04-13T01:07:33.449Z (6 months ago)
- Topics: alexa, alexa-skill, pocket
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# My Pocket: Unofficial Pocket Alexa Skill
[](https://travis-ci.org/carsonip/alexa-pocket)
### Alexa skill: [My Pocket: Unofficial Pocket Skill](https://www.amazon.com/My-Pocket-Unofficial-Skill/dp/B071KZFKLM)
This skill is an unofficial Alexa skill for Pocket. It is capable of:
* Retrieving the saved list of articles (with or without tag)
* Reading the article view of an article
* Performing actions on an article (Archive, Unarchive, Favorite, Unfavorite, Delete)
* Displaying the article list and content on Echo Show and other devices with display interface## Development
The skill requires authorization from the user's Pocket account in order to work. That part of the code is not in this repository.
Pocket Article View API is private. Therefore the corresponding part of the code is stored in `src/pocket-private.js` which is not uploaded to GitHub. Please contact Pocket for access to this API.
For unit test, run `mocha`.
To test the code using ask sdk, run `node ask-test.js`.