Skip to content

A Custom Element that fetches movie, series, episode data from the Open Movie Database (OMDb) api.

License

Notifications You must be signed in to change notification settings

gorlandor/omdb-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OMDB-Search

Custom Element for searching The Open Movie Database API for movies and series information

license

Installation

git clone https://github.com/giovanni0918/omdb-search.git

Usage

<omdb-search q="Pocahontas" 
    type="movie" 
    year="1995" 
    page="1" 
    api-version="1">
</omdb-search>

<script src="./omdb-search.js"></script>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request ✨

Credits

https://www.omdbapi.com/

License

Mit: https://mit-license.org/

Copyright 2020: Giovanni Orlado Rivera

Website: https://giovanni-orlando.com/