API for substracting anime information and episodes from websites like (monoschinos and tioanime), right now we have support for two pages
This is a Node.js based API, to install you have either yarn or npm. (I used yarn for this project, feels like more easy to use than npm).
yarn install
To install all the packages used by the API.
If you already have all the packages installed, you should have also set up your .env variables.
yarn dev
Should be the next command to initializate the project.