π Introducing My New NPM CLI: World-Time-CLI πβ°
Hey everyone! Iβm excited to share my latest project with you all β world-time-cli, a quick and accessible way to get the current time of various countries directly from your terminal. If you're a developer who loves working with the command line or someone who frequently deals with international time zones, this tool will make your life so much easier!
β¨ Whatβs World-Time-CLI?
World-Time-CLI is a lightweight Node.js command-line interface (CLI) that allows you to fetch the current time of countries across the globe without opening a browser or any external app. Simply run a command, and get accurate, up-to-date time information for multiple countries or a specific one you choose!
Key Features:
- Instant Time Fetching: Get the current time for popular countries like the USA, UK, Australia, and more.
- All Major Countries Supported: Want to know the time for a specific country or region? World-Time-CLI has you covered with a vast selection of supported countries.
- Case-Insensitive Commands: No need to worry about capitalizing country names or codes β the CLI works with any format.
- Offline Functionality: Time zones are pre-stored, so no need for an internet connection after the initial setup.
- Developer-Friendly: Designed with developers in mind, making it easier for you to work seamlessly in your terminal.
Usage:
Install it globally
npm i -g world-time-cli
Hereβs a quick example of how it works:
wtime USA
Youβll instantly get the current time for major cities like New York, Chicago, and Los Angeles!
Or, if you want to list all supported countries:
wtime list
Check it Out on NPM:
π [World-Time-CLI on NPM](https://www.npmjs.com/package/world-time-cli)
Iβve built this tool to simplify life for developers and anyone frequently working across time zones, and Iβd love to hear your feedback! π
Your support and feedback mean a lot, and if you find this tool useful, consider sharing it with others or buying me a coffee to keep me energized for the next update. πβοΈ
Thank you so much for the support!
