Nativeflix Save Abandoned

React Native app that shows a list of movies and tv shows coming from the popcorn time api, when a media is selected the data is sent to the server, that handles the torrent streaming.

Project README

nativeflix

this is the old readme, im currently remaking the project

This is an app that gathers movies and shows data from the PopcornTime api, generating a list of movies and shows for the selected genre. It connects to your pc through sockets using the nativeflix-server, creating the possibility to download the torrent provided by the api or stream it to a video player. I used expo because i wanted to test it on ios and android without having a mac. More info here.

Preview

first second third

Installation

Use the package manager npm to install expo.

npm install --global expo-cli
npm install

Usage

Create a config.json file on the root folder of the project, put the local ip of the machine that is running the server and the port of preference (use the same on the server). Just like the example below.
If you don't know how to find the local ip, click here: help

{
  "ip": "192.168.0.10",
  "port": "1337"
}

Use this to start the app.

expo start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

here

Open Source Agenda is not affiliated with "Nativeflix" Project. README Source: msmaiaa/nativeflix
Stars
45
Open Issues
0
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating