UNPKG

good-luck-messages

Version:

A package that wishes good luck in different languages

43 lines (30 loc) 969 B
# Good Luck Messages A simple Node.js package that wishes good luck in various languages. ## Installation To install the package, run: ```bash npm install good-luck-messages ``` ## Usage To use the `good-luck-messages` package, first, import it into your JavaScript file: ```javascript 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