Skip to content

palaashatri/octomov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OctoMov

API Key

How to get your own API key? Go to http://www.omdbapi.com/ and ask for an API Key to use for your project. Then, create a .env file into the main directory (if you use Linux/MacOS : touch .env, if you use Windows : powershell New-Item .env), and add environment variable like this :

API_KEY = "{yourapikey}"

Remove the curly braces though! 😂