mircealungu / react--omdb-api

demo of how to connect to a 3rd party api by using a secret key

Repository from Github https://github.commircealungu/react--omdb-apiRepository from Github https://github.commircealungu/react--omdb-api

Running the code

The code assumes the existence of an .env file (in the react--omdb-api folder) with the content

REACT_APP_OMDB_API_KEY=1a5e124a

Note that the key above is fake. You'll need to get your own API key from OMDB.

Created with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

demo of how to connect to a 3rd party api by using a secret key


Languages

Language:JavaScript 68.6%Language:HTML 25.1%Language:CSS 6.3%