/whats-the-time

A timezone converter and dashboard to help you communicate with contacts around the world.

Primary LanguageTypeScriptMIT LicenseMIT

🕓 What's the time?

A timezone converter and dashboard to help you communicate with contacts around the world.

Screenshot

👉 View the site here 👈

Netlify Status

Features

  • 🕗 Quickly convert times e.g. Time in New York when 10 pm in London.
  • 👀 Create a dashboard - Save common times and places so you know what time it'll be anywhere at a glance.

👟 Install

npm install

Ensure node (v12.13+) is installed.

🍕 Develop

npm start

Open dev server on localhost:1234.

💻 Release

npm run build

Files are built and minified in the dist folder.

Deploy statically (e.g. Netlify) with the following build settings:

  • Command: npm run build
  • Directory: dist

💻 Environment variables

Use the .env.template file to get started and read how they're used in Parcel here.

Variable Example Value Description
URL_SITE https://mysite.com The main site url. Used for links and full static image paths. Do not use a final / character.

Note: You may need to delete the .cache folder and rebuild to apply changes in dev.