movie-quotes

1.0.1 • Public • Published

movie-quotes Build Status

Get popular movie quotes

The name list is just a JSON file and can be used wherever.

Not accepting PRs for additional quotes.

Install

$ npm install --save movie-quotes

Usage

const movieQuotes = require('movie-quotes');
 
movieQuotes.random();
//=> 'Max'

API

.all

Type: array

Top 100 best movie quotes according AFI.

.random()

Type: function

Random movie quote.

CLI

$ npm install --global movie-quotes
$ movie-quotes --help

  Examples
    $ movie-quotes
    "Show me the money!" Jerry Maguire

    $ movie-quotes --all
    "Frankly, my dear, I don't give a damn." Gone with the Wind
    "I'm gonna make him an offer he can't refuse." The Godfather
    ...

  Options
    --all   Get all quotes instead of a random quote

Related

License

MIT © Lucas Vilaboim

Package Sidebar

Install

npm i movie-quotes

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

11.6 kB

Total Files

6

Last publish

Collaborators

  • vilaboim