diff --git a/README.md b/README.md index 30329b6..18abdc9 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,33 @@ [![movie-info](https://github.com/lacymorrow/movie-info/raw/master/demo.svg?sanitize=true)](https://github.com/lacymorrow/movie-info) -#### [Demo on RunKit](https://runkit.com/lacymorrow/movie-info) ([_Output_](https://movie-info-kdbpuifpuxt8.runkit.sh/?name=Oceans+Eleven)) +#### [Try it on RunKit](https://runkit.com/lacymorrow/movie-info) ([_Output_](https://movie-info-kdbpuifpuxt8.runkit.sh/?name=Oceans+Eleven)) + + +## Features + * Use anywhere, browser or Node - UMD ([CanIUse](https://caniuse.com/#feat=fetch)) + * Promise and Callback API + * Finds: + * Title + * Release Date + * Poster and backdrop images + * IMDB rating + vote count + * Recent popularity rating + * Adult film (boolean) ## Install ```bash +// From the command line $ npm install -g movie-info ``` +```html +// Globally in the browser (Cloudflare CDN) +