An open API service indexing awesome lists of open source software.

https://github.com/fernahh/imdbtr

IMDb on terminal.
https://github.com/fernahh/imdbtr

cli imdb javascript nodejs

Last synced: 5 months ago
JSON representation

IMDb on terminal.

Awesome Lists containing this project

README

          

# imdbtr

[![Build Status](https://api.travis-ci.org/fernahh/imdbtr.svg?branch=master)](https://travis-ci.org/fernahh/imdbtr)

> IMDb on terminal

![Example of usage](http://rawgit.com/fernahh/imdbtr/master/example.gif)

## Install

```
$ npm install -g imdbtr
```

## Usage

```
Usage
$ imdbtr [OPTIONS]

Example:
$ imdbtr "The Godfather" --year 1972

Options:
-y --year Filter movie by year
-h --help Display usage details
```

## 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

MIT © [@fernahh](http://fernahh.com.br)