/UAV

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

UAV

Radarr and Sonarr API Wrapper Powered by Node, Express, and Typescript.

How to Install

  1. Clone the Repo
git clone https://github.com/nlopez99/UAV.git
  1. Install Dependencies
npm install

How to Run

  1. Add a .env File With Your Server Info
# Raddar Config

RADARR_API_KEY=''
MOVIE_ROOT_FOLDER_PATH=''
RADARR_HOST=''

# Sonarr Config

SONARR_API_KEY=''
TV_ROOT_FOLDER_PATH=''
SONARR_HOST=''
  1. Sit back and Enjoy:)
npm start