Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 911 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 911 Bytes

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/