Skip to content

archco/wise-quotes-client

Repository files navigation

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

About

The package of wise-saying and quotes. It's for browser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published