qoutes-library-random
v1.0.2
Published
this is a library qoutes random, i made this because boring
Readme
🚀 Overview
qoutes-library-random is a super-light JavaScript library that fetches random inspirational quotes from the ZenQuotes API.
Perfect for adding motivation to your web app, CLI tools, bots, or even console logs just for fun 😎
📦 Installation
Install using npm:
npm install qoutes-library-random
yarn add qoutes-library-random
How to use:
```bash
import qoutes from 'qoutes.js'
const qoute = await qoutes()
console.log(qoute)
