timezone-compare
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "timezone-compare", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"bin": { | ||
@@ -5,0 +5,0 @@ "timezone-compare": "./dist/index.js" |
@@ -1,6 +0,41 @@ | ||
# timezone-compare | ||
Get a list of times across 2 different timezones for easy checking. | ||
# `$ timezone-compare` | ||
### Screenshot | ||
## Screenshot | ||
![Screenshot](https://raw.githubusercontent.com/bhargav175/timezone-compare/master/assets/screenshot_1.png "Screenshot") | ||
## :cloud: Installation | ||
```bash | ||
npm install -g timezone-compare | ||
``` | ||
## Usage | ||
``` bash | ||
$ timezone-compare | ||
? Enter FROM timezone (America/New_York) IST | ||
? Enter TO timezone (Europe/London) GMT | ||
``` | ||
## Available timezones | ||
List of available timezones are [here][timezones]. | ||
## Note : Timezones are fetched from moment-timezone | ||
[Moment Timezone -- getting a list timezones](http://momentjs.com/timezone/docs/#/data-loading/getting-zone-names/) | ||
Other arbitrary timezones can be added to `src/informalTimezones.js` if needed. | ||
## :like: Like it? | ||
Support timezone-compare by giving [feedback](https://github.com/bhargav175/timezone-compare/issues), publishing new webpack blocks or just by 🌟 starring the project! | ||
## :scroll: License | ||
[MIT][license] © [Bhargav Ponnapalli][website] | ||
[license]: http://showalicense.com/?fullname=Bhargav%20Ponnapalli%20<bhargavponnapalli.5%40gmail.com%3E%20(http%3A%2F%2Fcodementor.io/bhargavponnapalli)&year=2016#license-mit | ||
[website]: https://www.codementor.io/bhargavponnapalli | ||
[timezones]: https://github.com/bhargav175/timezone-compare/blob/master/AvailableTimezones.md |
86908
13
42