Make your users' experience more engaging and personalized with dynamic greetings based on the time of day! π
- π Personalized greetings based on the time.
- π Dynamic messages that change as the day progresses.
- π Easy-to-use API for integrating greetings into your applications.
You can install HourlyHello via npm:
npm install hourly-hello
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
Here are some examples of greetings you might receive:
- Good morning! π
- Hello there! π
- Good evening! π
If you encounter any issues with the library or have suggestions for improvements, please open an issue on our Issue Tracker.
This project is licensed under the MIT License - see the LICENSE file for details.