Skip to content

waldekmastykarz/worldtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time in the place

Command-line tool to quickly look up current or specified local time in the given place in the world.

Examples

What date and time is it now in Amsterdam?

wt Amsterdam

What time is local 5PM in New York

wt 'New York' 17

What time is local 4:30AM in Brisbane

wt Brisbane 4:30

Prerequisites

Install

  • clone this repo
  • copy the .sample.env.js file to .env.js
  • enter your Bing Maps key in the config.bingMapsApiKey property
  • optionally, change the time locale
  • run npm i to restore dependencies
  • run npm link to install the executable

Uninstall

  • in the repo folder, run npm unlink -g to remove the executable
  • delete the repo folder

About

Command-line tool to quickly look up current or specified local time in the given place in the world.

Resources

Stars

Watchers

Forks

Contributors