Repository URL to install this package:
|
Version:
1.0.1 ▾
|
| dist |
| formats |
| i18n |
| package.json |
| .prettierrc |
| data.csv |
| index.js |
| README.md |
| yarn.lock |
A list of all supported cities used for Doodle timezones. The goal is to collect all available cities with their translations.
The source of truth is the https://doodle.com/np/config, each desired format should be generated from this file.
git clone https://github.com/DoodleScheduling/web-cities.git cd web-cities
git fetch git checkout -b my-branch origin/master # ... commit changes git push origin my-branch