Skip to content

A npm library that generates a random star trek quote.

License

Notifications You must be signed in to change notification settings

Milutin-P/star-trek-ipsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

star-trek-ipsum

npm npm

Get a random quote from Star Trek series

Install

npm

$ npm install star-trek-ipsum

yarn

$ yarn add star-trek-ipsum

Usage

import getStarTrekQuote from 'star-trek-ipsum';

getStarTrekQuote();
//=> 'We're acquainted with the wormhole phenomenon...'

API

getStarTrekQuote()

Returns a String which represents a Star Trek quote.