Node simple backend to get animes from gogoanime. This app is purely for learning purpose.
- Popular: "https://watch-my-anime.herokuapp.com/api/popular/:page",
- Details: "https://watch-my-anime.herokuapp.com/api/details/:id",
- Search: "https://watch-my-anime.herokuapp.com/api/search/:word/:page",
- Episodes link: "https://watch-my-anime.herokuapp.com/api/watching/:id/:episode",
- Genre: "https://watch-my-anime.herokuapp.com/api/genre/:type/:page",
- Recently added: "https://watch-my-anime.herokuapp.com/api/recentlyadded/:page",
- Anime list: "https://watch-my-anime.herokuapp.com/api/list/:alphabet||all/:page",
- Genrelist: "https://watch-my-anime.herokuapp.com/api/genrelist",
- Cheerio
- Express
- Request
- Cors