0.4.1 ⢠Published 7 months ago
born2day v0.4.1
born2day
born2day is a simple CLI tool to calculate your day of birth, zodiac sign, and some facts based on the date you provide.
Features
- šļø Day of Birth: Find the exact day of the week you were born.
- ā Zodiac Sign: Get your astrological zodiac sign.
- š” Age: Get your current age.
Installation
Install globally via npm:
npm install -g born2day
Usage
Simply use the born2day
command followed by your birth date in DD/MM/YYYY
format:
born2day 16/07/1990
Example Output
š Born2Day š
š
Date of Birth: 1990-07-15
š Day of the Week: Sunday
ā Zodiac Sign: Cancer
How It Works
- Date Parsing: Takes your input date and validates it.
- Day Calculation: Determines the day of the week using algorithms.
- Zodiac Detection: Matches your date to the zodiac sign.
- Age: The current age of the person.
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests. Please follow our contribution guidelines.
License
This project is licensed under the MIT License.