Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "imdbtr", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "IMDB on terminal", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,2 +7,4 @@ # imdbtr | ||
![example of usage](./example.gif) | ||
## Install | ||
@@ -17,5 +19,19 @@ | ||
``` | ||
$ imdbtr The Godfather | ||
$ imdbtr 'The Godfather' | ||
``` | ||
## Contributing | ||
Once you've made your great commits: | ||
1. Fork the project | ||
2. Create your feature branch: `git checkout -b my-feature` | ||
3. Push to the branch: `git push origin my-feature` | ||
4. Submit a pull request! | ||
## Resources | ||
- API provided by [OMDb API](http://www.omdbapi.com/); | ||
- Some modules by [@sindresorhus](https://github.com/sindresorhus). | ||
## License | ||
@@ -22,0 +38,0 @@ |
@@ -10,2 +10,6 @@ 'use strict'; | ||
if (!movie) { | ||
return false; | ||
} | ||
return movie.then(result => { | ||
@@ -12,0 +16,0 @@ if (!result) { |
Sorry, the diff of this file is not supported yet
20263
10
70
44