1.1.0 • Published 7 years ago

blacksun1-quotes v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

blacksun1-quotes

Build Status Coverage Status

Stuff that blacksun1 says. For those who asked for them

Parental Advisory: Explicit Lyrics

How to use

Add it to your package

npm install --save blacksun1-quotes

and then use from your code

'use strict';

const Quotes = require('blacksun1-quotes');

Quotes.forEach((quote) => console.log(quote));

or like this

'use strict';

const Quotes = require('blacksun1-quotes');
const RandomItem = require('random-item');

console.log(RandomItem(Quotes));
1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago