New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

movie-quotes

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

movie-quotes

Get popular movie quotes

1.0.1
latest
Source
npm
Version published
Weekly downloads
4
-42.86%
Maintainers
1
Weekly downloads
 
Created
Source

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

License

MIT © Lucas Vilaboim

Keywords

cli-app

FAQs

Package last updated on 05 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts