1.1.2 • Published 8 months ago

hourly-hello v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

HourlyHello 🕒

Make your users' experience more engaging and personalized with dynamic greetings based on the time of day! 🌟

Features

  • 🕒 Personalized greetings based on the time.
  • 🌆 Dynamic messages that change as the day progresses.
  • 🌟 Easy-to-use API for integrating greetings into your applications.

Installation

You can install HourlyHello via npm:

npm install hourly-hello

Usage

Here's how you can use HourlyHello in your JavaScript project:

const { greet } = require('hourly-hello');

const currentDate = new Date();
const greeting = greet(currentDate);
console.log(greeting); // output: Good morning

Examples

Here are some examples of greetings you might receive:

  • Good morning! 🌅
  • Hello there! 👋
  • Good evening! 🌆

Issues

If you encounter any issues with the library or have suggestions for improvements, please open an issue on our Issue Tracker.

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.3

8 months ago

1.0.4

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago