UNPKG
quotist
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
Get a random quote right inside your CLI.
github.com/alexdevero/quotist
alexdevero/quotist
quotist
/
index.js
7 lines
(4 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
unique =
require
(
'unique-random-array'
)
const
quotes =
require
(
'./quotes.json'
)
exports
.
all
= quotes
exports
.
random
=
unique
(quotes)