jsdq

Your daily dose of JavaScript brains

JSDQ - JavaScript Daily Question

A CLI tool delivering a daily JavaScript question to boost your skills.

Screenshot

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

  1. Install the package globally:

    npm install -g jsdq
  2. 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.