mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
562 B
562 B
prowlarr Examples
This directory contains example scripts demonstrating how to use the prowlarr SDK.
Prerequisites
- Node.js (v18 or higher)
- npm
Setup
-
Copy
.env.templateto.env:cp .env.template .env -
Edit
.envand add your actual credentials (API keys, tokens, etc.)
Running the Examples
To run an example file from the examples directory:
npm run build && npx tsx example.ts
Creating new examples
Duplicate an existing example file, they won't be overwritten by the generation process.