https://github.com/mheap/pocket-auth-cli
https://github.com/mheap/pocket-auth-cli
cli
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mheap/pocket-auth-cli
- Owner: mheap
- Created: 2017-10-23T21:38:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T16:48:45.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T23:51:08.896Z (over 1 year ago)
- Topics: cli
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pocket-auth-cli
A small node.js command line tool for getting an access token for the [Pocket](https://getpocket.com) API.
### Usage
```bash
npm install -g pocket-auth-cli
pocket-auth
```
### FAQ
#### How do I get a consumer key?
Visit the [Pocket developer apps page](https://getpocket.com/developer/apps/)
#### I don't have any applications created
You can [create an app](https://getpocket.com/developer/apps/new). Make sure to add all of the permissions you need. It doesn't matter which platform you choose (I use `web`).