kangabru / whats-the-time

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

Home Page:https://whats-the-time.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ•“ 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.

About

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

https://whats-the-time.netlify.app/

License:MIT License


Languages

Language:TypeScript 92.8%Language:JavaScript 4.1%Language:HTML 2.6%Language:CSS 0.5%