1.1.5 • Published 7 months ago
jsdq v1.1.5
JSDQ - JavaScript Daily Question
A CLI tool delivering a daily JavaScript question to boost your skills.
Features
- Daily Challenge: A new JavaScript question every day.
- One Command: Get your question easily with a single command.
- Community Sourced: Questions from a popular JavaScript repository.
Prerequisites
- Node.js version 12 or higher.
Usage
To get your daily JavaScript question, you have two options:
Option 1: Simply use npx
npx jsdq
Option 2: Install and Run Locally
Install the package globally:
npm install -g jsdq
Run the command:
jsdq
Acknowledgments
This project uses questions from lydiahallie/javascript-questions under the MIT License.
License
This project is licensed under the MIT License. See the LICENSE file for details.