Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 876 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 876 Bytes

Filmless

Find the perfect movie to watch you didn’t even know exist. Just tell filmless what you’re into, and we’ll do the rest.

photo showcase

video-output-B5092376-4576-4C97-B62F-174FD616ED65.mov

running the project

In order to run the project, you need to first create a env.js file in the root of the project.

const API_KEY = 'yourapikey';

export default API_KEY;

The API key is a private key generated from TMDb. To generate an API key visit this link.

You can then run the app by running:

expo start

To see the app straight from your phone, download the Expo Go app and scan the QR code.