A mystical package that provides random words of wisdom.
Use the npm to install this package.
npm i wisdom-whispers
import getWisdomWhisper from 'wisdom-whispers'
# Option: [Movies, Tv, Speeches, Books, Anime, Lyrics, Sports]
const wisdomWhisper = getWisdomWhisper('Anime');
console.log(wisdomWhisper);
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.