Giter Site home page Giter Site logo

coderetreat.github.io's Introduction

Registering your event at coderetreat.org

This year, registering your event at coderetreat.org is easier than it has ever been! Like a lot of other community events, we're using a Pull Request-based process for registrations:

  1. Fork the Coderetreat git repository, current status: Build Status

  2. Create a new file called $YOURCITY.json in the _data/events_gdcr2018/ of the repository. You can either:

    • Generate a file automatically by using this schema.

    • Generate a valid JSON below:

      <script async src="//jsfiddle.net/wLahmdh4/5/embed/result/"></script>

    The only required fields are:

    • title
    • url
    • either location.utcOffset or location.timezone
    • location.country
    • location.city

    For location.country, make sure you use the full name of the country. Example below:

    • United Kingdom โœ…
    • UK
    • United States of America โœ…
    • US
    • USA

    If you want your event to show up on our map as well, please fill out location.coordinates with the coordinates of your city. You can find them by typing the city name into Google Maps (or OSM for that matter) and extracting the coordinates from the URL.

    For Berlin, Google Maps yields the following url:

    https://www.google.com/maps/@52.5187604,13.4009883,16.3z
                                 ^^^^^^^^^^ ^^^^^^^^^^
                                 Latitude   Longitude
    

    With OpenStreetMap, the URL looks like this:

    https://www.openstreetmap.org/#map=15/52.5188/13.4010
                                          ^^^^^^^ ^^^^^^^
                                          Lat.    Long.
    
  3. Run the tests locally before creating the pull request:

    cd coderetreat.github.io/ # Change into the repository
    npm install               # Install all dependencies
    npm test                  # Verify all events
  4. Submit a pull request from Github. Be sure your PR title is clear.

  5. Travis-CI will automatically verify that your JSON file is valid (it should show up here in the test output)

    If you would like to to run the verification of the JSON file locally, then you must have NodeJS installed on your machine.

  6. The Coderetreat coordinators will then merge your request as soon as possible.

coderetreat.github.io's People

Contributors

amirci avatar apandichi avatar badbadc0ffee avatar christianhujer avatar crazydiamond avatar dcarral avatar djgallardo avatar erorcodes avatar fischermaen avatar jameskbride avatar jaroslaw avatar jdvr avatar kazuhideinano avatar kimdhendrick avatar lesm avatar luissagasta avatar matt-github-acct avatar mdclement avatar mplavcan avatar nvkvn avatar oshoukry avatar rarous avatar rradczewski avatar sparsick avatar svenhhansen avatar svenlange avatar teobais avatar tpd-opitz avatar yakik avatar yugangbai avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.