Setup
Prerequisites
- Node.js and npm
- API key from https://thepi.pe/platform/settings
Installation
Install required dependencies:
npm install axios form-data
Configuration
Create config.ts
:
export const API_KEY: string = "your_api_key_here";
export const API_URL: string = "https://thepipe-api.up.railway.app";