Package Exports
- movie-quotes
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (movie-quotes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
movie-quotes 
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
- cat-names - Get popular cat names
- dog-names - Get popular dog names
- pokemon - Get Pokémon names
- superb - Get superb like words
- superheroes - Get superhero names
- supervillains - Get supervillain names
- random-tree-names - Get tree names
- yes-no-words - Get yes/no like words
License
MIT © Lucas Vilaboim