Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 474 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 474 Bytes

AniMad

Anime streaming web app.

Functionality:

  • Stream episodes
  • Get lattest episodes
  • Search for anime
  • Get anime based on genre
  • Get the most popular anime

Working:

The server scrapes data and episode links from website and sends it as JSON response

Tech Stack:

  • Nodejs for backend(cheerio for webscraping)
  • React for frontend