Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@doodle/cities / README.md
Size: Mime:

web-cities

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.

Contributing

  • Clone repository
    git clone https://github.com/DoodleScheduling/web-cities.git
    cd web-cities
    
  • Contribute
    git fetch
    git checkout -b my-branch origin/master
    # ... commit changes
    git push origin my-branch
    
  • Create a pull request