Skip to content

Latest commit

 

History

History
116 lines (83 loc) · 2.86 KB

README.md

File metadata and controls

116 lines (83 loc) · 2.86 KB

Netlify Status

Logo

When?

Tired of having to convert to everyone's timezone in a group chat?
With When?, you can send a single link and when your friends open it up, it will be in their local time!
Website »

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgements

About The Project

This site uses links which contain a UNIX timestamp (ex: 1624515180), or how many seconds have passed since January 1, 1970. This information is then converted using Day.js when the user opens up the link, to their respective local times.

Built With

Getting Started

Here is a guide if you want to clone my website and modify it for yourself, all the way to deployment.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/AjayLiu/when.git
  2. Install packages
    yarn

Development

To run the development server

yarn dev

Then head over to localhost:3000

Deployment

  1. Publish the site on Netlify using continuous git integration. 🎉

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Ajay Liu - contact@ajayliu.com

Project Link: https://github.com/AjayLiu/when

Acknowledgements