Introduction
# Product Hunt Launch 🚀
Track your launch day metrics from the terminal.
## Setup
1. Get a Developer Token from [Product Hunt API Dashboard](https://www.producthunt.com/v2/oauth/applications). 2. Set it: `export PH_API_TOKEN="your_token"`
## Commands
### Check Post Stats ```bash ph-launch stats --slug "your-product-slug" # Output: Rank #4 | 🔼 450 | 💬 56 ```
### Monitor Launch (Live Dashboard) ```bash ph-launch monitor --slug "your-product-slug" --interval 60 ```
### List Today's Leaderboard ```bash ph-launch leaderboard ```