Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 510 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 510 Bytes

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.