0.0.1 • Published 2 years ago

ye-quote v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

✌️ ye-quote

Fetch a random quote from Kanye West with TypeScript.

Installation

npm i ye-quote
# or
yarn add ye-quote

Usage

An idea of how you can use this:

import { getRandomKanyeQuote } from "ye-quote";

useRandomKanyeQuote().then((quote) => {
  console.log(quote);
}.catch((err) => console.log(err));

**This is honestly a very silly package I made just to show off to my friends when they came over. That being said, feel free to use it if you find it useful :).

Catch me on Twitter: @FilippoFonseca

0.0.1

2 years ago