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
./client
and runnpm install
again. - From the root of the project run
node app.js
and 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