Skip to content

A simple app that allows users to stream movies and TV shows for free directly on their Android devices without ads.

License

Notifications You must be signed in to change notification settings

elyeandre/streamely-native-app

Repository files navigation

Streamely

Made With Javascript Built With Love

MIT License Contributors Forks Stargazers Issues

Streamely is streaming app built on top of Cordova.

Key Features

  • Ad-free streaming experience
  • Support for subtitles
  • Simple and intuitive interface
  • Easy search functionality for movies and TV shows

Disclaimer

Important: I am not in support of any form of piracy. I just like coding and having many users and all that. This app is meant to serve the purpose of education and showcasing the technical abilities that are involved in Cordova as well as Android development.

Demo

Demo of Streamely App

Note: To use this app, you'll need the MPV player. You can download the modified version of MPV for Android that supports passing headers via intent from this link. If the downloaded file has a .zip extension, rename the file extension to .apk before installing.

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To set up your development environment, you'll need certain tools and versions. Because JDK and Gradle versions can depend on the specific version of Cordova you're using, we recommend referring to the official Cordova Android Platform Guide for detailed setup instructions.

Here are the general prerequisites:

  • Java Development Kit (JDK)
  • Gradle
  • Android SDK

Installation

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/elyeandre/streamely-native-app 

# Go into the repository
$ cd streamely-native-app 

# Install cordova
$ npm install -g cordova

# Install dependencies
$ npm install

# Add a platform
$ cordova platform add android 

# Build  
$ npm run build

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This software is licensed under the MIT © elyeandre.

About

A simple app that allows users to stream movies and TV shows for free directly on their Android devices without ads.

Topics

Resources

License

Stars

Watchers

Forks