Product Hunt Command Line Client
JavaScript
Switch branches/tags
Nothing to show
Latest commit 2388acf Nov 8, 2016 @Kristories 0.2.0
Permalink
Failed to load latest commit information.
.editorconfig Initial commit Jan 17, 2016
.gitignore Initial commit Jan 17, 2016
LICENSE Initial commit Jan 17, 2016
README.md Update README Nov 8, 2016
index.js Fix =>`maker_of` Nov 8, 2016
package.json 0.2.0 Nov 8, 2016

README.md

PHUNT

Product Hunt Command Line Client

asciicast

Installation

npm i -g phunt

Usage

$ phunt
@username => help

For the first time, you are required to enter your Developer Token (NOT API key/secret) (see FAQ).

Commands

  • me (Get current user)
  • me posts (See all posts created by current user)
  • me products (See all posts made by by current user)
  • posts (Get the tech posts of today)
  • posts {category} Get the posts of today (for given category)
  • posts new (Get all the newest posts)

FAQ

Access Token

  1. Create new account on ProductHunt.
  2. Add an application.
  3. Generate static Developer Token.
  4. Your token can be found at the bottom of page.