quotly-quotes
v1.0.0
Published
Is you want to demotivate add this lib in your project, It will boost your energy and motivate you
Maintainers
Readme
📜 Quotly
Quotly is a simple npm package that gives you random motivational quotes to keep you inspired while coding 🚀.
✨ Features
- Get a random motivational quote in one line.
- Lightweight and easy to use.
- Works with Node.js, Next.js, React, or any JavaScript/TypeScript project.
📦 Installation
bash
npm install quotly
Javascript
import { getQuotes } from "quotly";
console.log(getQuotes()); // 👉 "Believe you can and you're halfway there."
TypeSrcipt
import { getQuotes } from "quotly";
const quote: string = getQuotes(); console.log(quote); // 👉 "Success is not for the lazy."
👉 This README will automatically show on your npmjs.com page and GitHub repo.
Do you want me to also add a “Badges section” (like npm version, downloads, GitHub stars) at the top for extra professionalism?
