Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

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.

msmaiaa/nativeflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published