wisekrakr / movie_search_app

An simple app that searches for movies. Works with the OMDb Api and Axios

Home Page:https://wisekrakr.github.io/movie_search_app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movie_search_app

An simple app that searches for movies. Works with the OMDb Api and Axios

Search for movies with this simple app. Type a title and get some basic information about a movie.
You need a OMDB api key

function getMovies(text) {
axios
.get("http://www.omdbapi.com/?s=" + text + "&" + Api.apikey) <<<========= put your key here
.then(res => {

About

An simple app that searches for movies. Works with the OMDb Api and Axios

https://wisekrakr.github.io/movie_search_app/


Languages

Language:JavaScript 51.5%Language:HTML 43.4%Language:CSS 5.1%