From 90dfc7f8ac871fb5b7f8ee108ecf3971a717d473 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 22 Sep 2022 15:43:33 +0200 Subject: [PATCH] docs: description of the project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ebbb51..08adc21 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![npm](https://img.shields.io/npm/dt/generate-timezone-json)](https://www.npmjs.com/package/generate-timezone-json) [![github](https://img.shields.io/github/last-commit/ayoayco/generate-timezone-json)](https://github.com/ayoayco/generate-timezone-json) +This is a node package which allows the generation of a JSON file containing time zones information. You could provide it your own zone.tab file, in which case it will parse the file to generate the JSON. If not given any input, it will pull the latest official time zones for you. + ### Installation Run `npm i generate-timezone-json` to install in your current node project