node-quotable

0.1.0 • Public • Published

node-quotable

Wrapper around the quotable api

Install

npm i node-quotable

Usage

import { getRandomQuote } from 'node-quotable';

const data = await getRandomQuote();
console.log(data)

data is an object so you can get specific parts of it

import { getRandomQuote } from 'node-quotable';

const { content, author } = await getRandomQuote();

License

Apache 2.0

Readme

Keywords

none

Package Sidebar

Install

npm i node-quotable

Weekly Downloads

2

Version

0.1.0

License

ISC

Unpacked Size

12.4 kB

Total Files

5

Last publish

Collaborators

  • micziz