Cross platform client for AniList, which also streams episodes using animu-desu package.
Backend for sushi-night, fetch anime data and get episode links.
This API uses the package animu-desu.
It is built with express and has routing for every option provided by animu-desu.
These instructions will get you a copy of the project up and running.
git clone https://github.com/system32uwu/sushi-night-backend nameOfYourProject
yarn install
yarn dev
yarn start
yarn build
This package will only work in a node environment.