open-quote-cli
v1.0.0
Published
Fetches random quotes from zenquotes.io using a command-line interface.
Readme
📝 Quote of the Day CLI Tool This is a simple Command Line Interface (CLI) tool built with Node.js to fetch a random quote from the Quotable API, allowing users to filter by author.
It demonstrates the use of key Node.js external libraries: Yargs for command parsing, Axios for API requests, Chalk for color formatting, and Ora for loading indicators.
✨ Features Fetches a random quote by default.
Allows filtering quotes by a specific author name.
Provides clear, colorful, and animated feedback in the terminal.
