This Repo is deprecated and doesn't work anymore. I don't plan on updating it anymore. Reasons are simple :-
1.This was created as a side project and didn't have much plans with it but still thank you for giving this project support
2. The Reasons for shutting it down is simple, It's Illegal to pirate even if you are scraping from another website like gogoanime
3. This project was supposed to be a personal website to watch anime for me and my friends thats why it had literally no ads
4. As there were no ads we didnt had any income to keep up the servers and we aren't rich.
In the end thanks for supporting this project and i know that it stopped working a long time ago but im shutting it down right now finally
The tutorial of installing and all other stuff will stay in this readme just in case some angel comes and plans on reviving this project
I prefer you use other website like zoro.to or gogoanime but still you got ads
AnimeEZ - An Anime Streaming website (Demo - https://animeez.live) BTW ITS MADE IN HTML
Template Used -- https://github.com/codewithsadee/filmlane
API PROJECT URL -- Click Here
--> Its lightweight (after the anime details are set in db XD)
--> Uses api project to lower the weight on machine
--> Easy to use
--> Mobile view supported
--> Better than previous one i guess so
--> Demo website - https://animeez.live
--> Demo Video -
rec-tab.1.webm
API PROJECT SHOULD BE HOSTED IN DIFFERENT CMD OR ENVIRONMENT
API PROJECT URL -- Click Here
- Download the zip and extract it in any path you want.
- Open a command prompt and go to the path in which you extracted the zip.
- Enter
npm install
in the command prompt to install the required modules. - Make sure your api project is running properly.
- Make sure your config.js is properly configured. Check if the api_url matches your api project url.
- Enter
npm start
in the command prompt and your website is ready to run.
We are not officially on any social media other than github
--> Express for Website Framework.
--> Axios for Gogoanime requests.
--> Ejs/Html for frontend.
--> Quick.db for saving animes (Homepage)
--> You can use any node version which is above 11.9.
--> A good machine to run the code.
Just click run if its repl otherwise type node index.js
in console.
--> Quick.db is used as saving information and again saving the information after sometime to update it. Like Homepage which updates information every 7 Minutes (In Starting the code After 7 minutes the homepage's data will be okay).