tzc-cli
v1.0.2
Published
A CLI tool to convert UTC timestamps to different timezones.
Downloads
3
Maintainers
Readme
tzc-cli
tzc-cli is a world clock application in a command line interface. Gives you a glimpse of the time in different time zones.
Demo

Development setup
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/arunachalam-b/tzc-cli.git
cd tzc-cli- Install dependencies:
npm install- Start the development server:
npm start