wise-quotes-client
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i wise-quotes-client

Weekly Downloads

0

Version

0.3.0

License

MIT

Unpacked Size

215 kB

Total Files

21

Last publish

Collaborators

  • archco