1.0.3 • Published 7 months ago

good-luck-messages v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Good Luck Messages

A simple Node.js package that wishes good luck in various languages.

Installation

To install the package, run:

npm install good-luck-messages

Usage

To use the good-luck-messages package, first, import it into your JavaScript file:

const { wishGoodLuck } = require('good-luck-messages');
wishGoodLuck('french'); // Output: Bonne Chance!
wishGoodLuck('hindi');  // Output: शुभकामनाएं!

Available Languages

    english: "Good Luck!",
    french: "Bonne Chance!",
    spanish: "¡Buena Suerte!",
    german: "Viel Glück!",
    hindi: "शुभकामनाएं!",
    chinese: "祝你好运!",
    arabic: "حظا سعيدا!",
    japanese: "幸運を祈ります!",
    russian: "Удачи!"

LICENSE

This package is licensed under the MIT License. See the LICENSE file for more details.

Author

Sidrah Aaishah

1.0.3

7 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago