Skip to content

Movie Search App on OMDb (Developed with HTML5, SCSS/CSS3, JS and jQuery)

Notifications You must be signed in to change notification settings

ferditarakci/movie-search-app-with-jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Movie Search App with jQuery

jQuery ile Film Arama Uygulaması

Yıllar önce HTML5, CSS3 ve jQuery teknolojileri ile geliştirdiğim ve OMDb API'ından sorgu yaparak filmleri listelediğim bir uygulama.

Kullanım

OMDb Api key oluşturmak için https://www.omdbapi.com/apikey.aspx linkine gidin. Generate API Key bölümünden API anahtarınızı oluşturup assets/js/common.js dosyasındaki ilgili alana ekleyin.

English

An application that I developed years ago with HTML5, CSS3 and jQuery technologies and I list movies by querying the OMDb API.

Usage

To create an api key, go to https://www.omdbapi.com/apikey.aspx. Generate your API key from the Generate API Key section and add it to the relevant field below in the assets/js/common.js file.



const api = {
	url : '//www.omdbapi.com',
	key : 'API_KEY',
	plot: 'full',
	type: 'movie'
};



Movie Search App with jQuery

About

Movie Search App on OMDb (Developed with HTML5, SCSS/CSS3, JS and jQuery)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published