/filmless

An app to find a movie for you.

Primary LanguageJavaScript

Filmless

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.