olof-sky / movie-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My movie app

Fetch data from omdbapi omdbapi

Save your favorites to jsonbin jsonbin

Setup

Create a file named config.js inside /js folder.

Add following.

const config = {
  urlMovies: "http://www.omdbapi.com/?",
  apiKeyMovies: "Your key here",
  urlBin: "https://api.jsonbin.io/v3/b/Your bin ID here",
  masterKeyBin: "Your masterkey to bin here",
};

About


Languages

Language:JavaScript 57.3%Language:CSS 30.9%Language:HTML 11.8%