wise-quotes-client
v0.3.0
Published
The package of wise-saying and quotes. It's for browser.
Downloads
2
Readme
wise-quotes-client
The package of wise-saying and quotes. It's for browser.
Installation
npm install wise-quotes-client
Usage
import WiseQuotes from 'wise-quotes-client';
const wiseQuotes = new WiseQuotes({ language: 'en' });
const quote = wiseQuotes.random();
quote.author; // "Albert Einstein"
quote.content; // "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe."
Change log
Please see CHANGELOG.md
License
The MIT License