Skip to content

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

License

Notifications You must be signed in to change notification settings

4ndre4s/hourly-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published