Radarr and Sonarr API Wrapper Powered by Node, Express, and Typescript.
- Clone the Repo
git clone https://github.com/nlopez99/UAV.git
- Install Dependencies
npm install
- 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=''
- Sit back and Enjoy:)
npm start