This repository is for the latest moopa site.
Clone this repo :
git clone https://github.com/Ani-Moopa/moopa-backend.git
add to .env
root folder :
ANIFY_BASE_URL="https://api.anify.tv"
CONSUMET_BASE_URL="https://api.consumet.org or use your selfhosted consumet API"
API_KEY_NAME="apikey" //no need to change this
API_KEY="your Anify API key (https://anify.tv/discord)"
WHITELISTED_URL=["https://example.com", "https://example2.com"]
Install package :
npm install
Run the API :
npm run dev