Skip to content

BotCoder254/chilingzone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

ChilingZone 🎬

ChilingZone Logo

GitHub stars GitHub forks GitHub issues GitHub license

GitHub Streak

πŸŽ₯ A modern streaming platform that provides Movies streaming links by IMDB IDs.

View Demo Β· Report Bug Β· Request Feature

✨ Features

  • 🎬 Stream Movies in Multiple Languages
  • 🌐 Support for Multiple Video Qualities
  • 🎯 Advanced Search Functionality
  • πŸ“± Responsive Design
  • πŸš€ Fast Loading Times
  • 🎨 Modern UI/UX
  • πŸ” IMDB Integration
  • πŸ“Ί HLS Stream Support

πŸš€ Getting Started

Prerequisites

  • Node.js 16+
  • npm or yarn
  • Docker (optional)

Installation

  1. Clone the repository
git clone https://github.com/BotCoder254/ChilingZone.git
  1. Install dependencies
cd ChilingZone
npm install
  1. Build and start the application
npm run build
npm run start

Docker Installation

# Build the image
docker build -t movieflix .

# Run the container
docker run -p 3000:3000 -it -d movieflix

πŸ“– API Documentation

Get Media Info

Provides information file and key for streaming.

Endpoint: /api/v1/mediaInfo?id=tt1877830

Response:

{
    "success": true,
    "data": {
        "playlist": [
            {
                "title": "Hindi",
                "id": "24b8c045e7fcd28fb2ee654de75a5771",
                "file": "..."
            },
            {
                "title": "English",
                "id": "fd93fd0a7fc57f1e0c9c54110322a05f",
                "file": "..."
            }
        ],
        "key": "..."
    }
}

Get Stream

Provides the streaming link.

Endpoint: /api/v1/getStream Method: POST

Example:

fetch('/api/v1/getStream', {
    method: 'POST',
    headers: { 'Content-Type': 'application/json' },
    body: JSON.stringify({
        file: '~8i-Mu-WONoEdJ9whQe+Ldow...',
        key: 'rcbeUV3KoCw-dSFJ-vN$-JwI4OXlCmOaAx05HkWyclbx46SNcazmpYmnFTXoNjo'
    })
})

🌟 Deployment

Deploy to Vercel

Deploy with Vercel

Deploy to Render

Deploy to Render

πŸ“Š Project Stats

Contributors Last Commit Repo Size Code Size

Top Languages

πŸ‘₯ Contributors

BotCoder254 SamuelDevp

Developed by @BotCoder254
Contributed by @SamuelDevp

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ™ Acknowledgments

  • TMDB for movie data
  • HLS.js for video streaming
  • All contributors who helped make this project better

Made with ❀️ by BotCoder254 & SamuelDevp

About

A modern streaming platform that provides Movies streaming links by IMDB IDs.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors