/movie-app

A simple movie app that shows movie lists and details.

Primary LanguageJavaScriptMIT LicenseMIT

movie-app

A simple movie app that shows movie lists and details.

installation

You need to generate an api key from https://developer.themoviedb.org

Then you need to create a config file js/config.js and fill it with this code:

const apiKey = 'Bearer <your access token auth>'

export default apiKey

Then save the file. You are ready!