
Anime Streaming, Discovery API made with Cheerio and Express. Uses data from Gogoanime
This product offers an API for retrieving anime-related data, including recent episodes, popular anime, anime search, anime movies, and more. It provides various installation methods such as local, Docker, Heroku, Render, and Railway.
git clone <repository-url>
cd <repository-folder>
npm install
npm start
docker pull <image-name>
docker run -p <port>:3000 <image-name>
This API provides a comprehensive set of features for retrieving anime-related data, including recent episodes, popular anime, movie lists, genres, streaming URLs, and more. It supports various installation methods, making it easy to deploy and use the API locally or on cloud platforms like Heroku, Render, and Railway. The detailed installation guides and endpoints documentation enhance the user experience when working with the API.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.