Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.19 KB

Hourly Hello 🕒

⚠️ under construction - API will change in the future 🏗️

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.