0.0.3 • Published 10 months ago

moody-quote-lib v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

quoteMe

A simple asynchronous function to fetch quotes from a public API.

Installation

You can install the quoteMe package using npm:

npm install quote-me-library

Or using Yarn:

yarn add quote-me-library

Usage

You can import and use the quoteMe function in your JavaScript or TypeScript project.

Example

import { quoteMe } from 'quote-me-library';

(async () => {
  try {
    const quote = await quoteMe();
    console.log(quote);
  } catch (error) {
    console.error(error);
  }
})();
0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago