Skip to content

bachors/jQuery-iBacor-The-Movie-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-iBacor-The-Movie-API

Built with:

- This API by themoviedb.org - Design with Bootstrap - Icon with Fontawesome - Image Popup with Fancybox

Install:

<!-- Form Search The Movie -->
<div class="col-md-12">
    <div class="content">
        <h1 align="center">jQuery The Movie API</h1><hr>
        <div class="input-group">
            <input id="search_movie" class="form-control" type="text" placeholder="Movie Title" title="Movie Title">
            <span class="input-group-btn">
                <input type="submit" id="submit" value="Search" class="btn btn-default">
            </span>
        </div>
    </div>
</div>

<!-- Display The Movie --> <ul class="grid" id="ibacor_themovie"></ul>

Get your API Key => HERE

<script>
    ibacor_themovie(
        apikey = 'API KEY' // Get your API Key => https://www.themoviedb.org/documentation/api
    );
</script>

Screenshot: