2.0.0 • Published 11 months ago

blacksun1-quotes v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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 with Common JS

'use strict';

const { quotes } = require('blacksun1-quotes');
const randomItem = require('random-item');

quotes.forEach((quote) => console.log(quote));
console.log(randomItem(quotes));

or ESM

import { quotes } from 'blacksun1-quotes';
import RandomItem from 'random-item';

quotes.forEach((quote) => console.log(quote));
console.log(RandomItem(quotes));
2.0.0

11 months ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago