An open API service indexing awesome lists of open source software.

https://github.com/m0ksem/clocks

Timezones viewer and calculator
https://github.com/m0ksem/clocks

clock clocks vitejs vue vue3 vuestic vuestic-ui

Last synced: 4 months ago
JSON representation

Timezones viewer and calculator

Awesome Lists containing this project

README

          

# Clocks

Clocks - simple site that allow you to save clocks from different timezones.

![](/public/readme-image.png)

## Features
- Custom name for timezone
- Find timezone relative to your current location

## Setup

### Development setup
```bash
yarn

yarn dev
```

### Build for production
It builds into /docs folder which is served by Github Pages.
```bash
yarn build
```