Skip to content

DreamBoy65/AniMad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream an download your favorite animes for free

Animad is an anime streaming web app that scrapes data and video URLs from other third-party apps. Developed using JavaScript.

Features

  • 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.

Tech

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

Running Locally

  • Clone the repo
  • Navigate to the root of the project and run npm install.
  • Similarly navigate to the client folder ./client and run npm install again.
  • From the root of the project run node app.js and from the client folder run npm start.

Note:

To get rid of the Ads Animad uses the sandbox property. You can easily watch animes ad free on any browser except Google Chrome.

License

MIT

About

An anime streaming website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.0%
  • HTML 3.0%
  • CSS 2.0%