Skip to content

lpramirez/Movie-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie-Finder

Website that accesses movie data from the OMDb API.

Running in Github pages https://masterduck7.github.io/Movie-Finder

Execution of the application

Requirements

It's necessary to install NodeJS with NPM (https://nodejs.org/en/)

Installation

  • Clone repository
  • Create .env file in root folder with API_URL and API_KEY in this way:
  • REACT_APP_IMDB_API_KEY="INSERT YOUR KEY"
  • REACT_APP_IMDB_URL="INSERT WEBSITE: (OMDB EXAMPLE: https://www.omdbapi.com/)"
  • Install packages via: npm install

Execution

About

Website that accesses movie data from the OMDb API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published