Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlocati/timezone-converter
Web app to convert date/time between different time zones
https://github.com/mlocati/timezone-converter
Last synced: about 1 month ago
JSON representation
Web app to convert date/time between different time zones
- Host: GitHub
- URL: https://github.com/mlocati/timezone-converter
- Owner: mlocati
- License: mit
- Created: 2019-11-05T10:10:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T14:19:54.000Z (over 3 years ago)
- Last Synced: 2024-08-05T09:18:49.134Z (3 months ago)
- Language: Vue
- Homepage: https://mlocati.github.io/timezone-converter/
- Size: 1.54 MB
- Stars: 9
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![TravisCI Build Status](https://api.travis-ci.org/mlocati/timezone-converter.svg?branch=master)](https://travis-ci.org/mlocati/timezone-converter)
# timezone-converter
## Project setup
```
npm install --global @vue/cli
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Pull requests/changes
Don't commit to the `/docs` folder: when you submit a pull request or commit to the `master` branch, the generated files will be updated automatically.
### License
This project is released under the MIT license (see the `LICENSE` file).
The CLDR data included in the `i18n/cldr` folder comes from the Unicode CLDR Project (see the `unicode-license.txt` file).
The flag images come from https://commons.wikimedia.org/wiki/Category:National_flags_by_country and are relased in the public domain.