Skip to content

GeoDoo/omdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OMDB search tool

Build Status codecov

Query OMDB (Open Movie DataBase) and find movies, TV series and episodes or even games that you have been seeking forever with ease!

The API can be found here: http://www.omdbapi.com

Application Setup

Get your API KEY

To get your API KEY go to: http://www.omdbapi.com/apikey.aspx, register for one and it will be sent to you in your mailbox.

Add .env file

After this, create a .env file on your ROOT folder with this key pair:

REACT_APP_API_KEY=yourKey (replace only yourKey with the actual key)

Available scripts

To run the development server

npm start

To run the tests

npm test

To create a production build, use

npm run build