Skip to content

The Zen Fusion brings together movies, music and anime all together at a single place.

License

Notifications You must be signed in to change notification settings

Ash-codes18/The-Zen-Fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Entertainment Redefined

Github Stars

The open-source Movie, anime, and music streaming service made with HTML, Bootstrap and plain JS. It lets you search and watch movies, anime and listen to music in the highest quality possible without any ads with a beautiful ui. It can be self hosted or deployed online.


Acknowledgements

Consumet and JioSaavn are the underlying public free API's that are used for fetching the data about Anime and Music. The TMDb official api is used for fetching the data about Movies.

consumet-api is used for interacting with GogoAnime and scrape video soures and anime information.

jiosaavn-api is used for fetching the music data from JioSaavn.

TMDb API is used for fetching the movie data.

Online Deployment

Following are the recommended online deployment services which are tested to work with this project. If you want to add a deployment service just open an issue.

Deploy with Vercel

Deploy with netlify

Docker Deployment

The docker images for this app is available at dockerhub.

Run it easily using this command

docker run -p 3000:3000 ashmitmehta/zenfusion

This will start ZenFusion at port 3000. You can change the port by doing -p <port>:3000,

You can run this as a background service by adding -d flag

Local Deployment

You need to have git installed on your pc for following the intructions

First download the repository using

git clone https://github.com/Ash-codes18/The-Zen-Fusion

This should download this repository to your computer. Next, navigate to the folder using

cd The-Zen-Fusion

Now, run the site by running the index.html file in your browser. You can do this by double clicking the file or running the following command in your terminal

start index.html