GitHub Stars
2,246
User Rating
Not Rated
Favorites
0
Views
101
Forks
235
Issues
2
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 18.0.0 or higher
bun: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/mattzcarey/shippie.git
cd shippie
2. Install Dependencies
bash
bun install
3. Set Up API Key
Rename the
.env.example file to .env.Open the
.env file and replace YOUR_API_KEY with your actual OPENAI API key.4. Run the Application
bash
bun start
Troubleshooting
Common Issues
Issue: Application won't start Solution: Check Node.js version and reinstall dependencies.Additional Resources
Author Information
0
Followers
0
Repositories
0
Gists
0
Total Contributions
Related MCPs
openai-sdk-knowledge-org
10
This project is an MCP server leveraging the OpenAI API, built with TypeScript. Utilizing Cloudflare Workers, it serves as a powerful tool for answering technical questions, employing the latest technologies. It continuously fetches the latest information to provide users with high-quality support.