claude code... but for shopping!
A command-line shopping assistant that lets you buy stuff discreetly from your terminal. Type what you need in natural language, and shopx handles the rest.
Note: This is a hacky project we built at a hackathon, so expect some rough edges!
- Get an OpenRouter API key from OpenRouter
- Create a
.envfile in the root directory with your API key:OPENROUTER_API_KEY=your_api_key_here
-
Install dependencies:
npm i
-
Build the project:
npm run build
-
Run the CLI:
node ./dist/cli/source/cli.js
enjoy shopping from your humble terminal (◡◕⏖◕)ᑐ🝐 ⠁⭒*.✩.*⭒⠁
