Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 353 Bytes

OhMyMovies

Little app to search movies or series with OMDB API

How to use?

  1. Clone the repository
  2. Go to the folder and execute npm install
  3. Go to OMDB API and get your API KEY
  4. Add your aapi key in src/containers/List.js (line 6)
  5. Now go to the root of the project and execute
    npm start
  1. Enjoy!