Animad is an anime streaming web app that scrapes data and video URLs from other third-party apps. Developed using JavaScript.
- Stream episodes
- Watch latest episodes
- Search for your fav animes
- Get animes based on genre
- Get the most popular animes
Most important: You don't have to deal with annoying ads.
Animad uses a number of techs to work properly:
- [ReactJS] - The framework that powers animad's frontend
- [Node.js] - The rruntime environment to get the backend up and running.
- [Cheerio.js] - The packge for scraping
- [Twitter Bootstrap] - great UI boilerplate for modern web apps
- Clone the repo
- Navigate to the root of the project and run
npm install. - Similarly navigate to the client folder
./clientand runnpm installagain. - From the root of the project run
node app.jsand from the client folder runnpm start.
To get rid of the Ads Animad uses the sandbox property. You can easily watch animes ad free on any browser except Google Chrome.
MIT