Skip to content

Commit

Permalink
fluff :bunny:
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Feb 27, 2018
1 parent 3e3fa67 commit 4dbd49b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

> Get a movie (or TV-series) poster and backdrop image url: "Oceans Eleven" ➔ http://path/to/oceans_eleven_poster.jpg
[![movie-art](demo.svg)]()
[![movie-art](demo.svg)]()https://movie-art-mcc0lohingex.runkit.sh/?search=Avatar

#### [Try it on RunKit](https://runkit.com/lacymorrow/movie-art) _([Output](https://runkit.io/lacymorrow/movie-art/branches/master?search=Avatar))_


## Install
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
opts.output = 'poster'

}
console.log(opts.output)

// Get configuration vars
const { baseURL, sizes } = await getConfiguration()

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movie-art",
"version": "2.0.1",
"version": "2.0.2",
"description": "Fetch art for a movie or tv show: 'Oceans Eleven' ➔ http://path/to/oceans_eleven_poster.jpg",
"license": "MIT",
"repository": "lacymorrow/movie-art",
Expand Down

0 comments on commit 4dbd49b

Please sign in to comment.