Git Product home page Git Product logo

gotodevops.org's Introduction

Build Status

What is this repository?

This is the source code for the website gotodevops.org.

How can I contribute?

To add a new conference, send an email with the conference website URL to [email protected] or clone this repository, modify the conferences.json file and submit a pull request.

Data format

If you submit a pull request with the conference details, please follow the format of this example:

{
    "name": "Name ",
    "url": "https://qconnewyork.com/",
    "location": {
      "city": "New York City",
      "country": "USA",
      "continent": "North America"
    },
    "date": {
      "start": "2019-06-24T00:00:00.000Z",
      "end": "2019-06-28T00:00:00.000Z"
    },
    "temperature": {
      "celsius": 80,
      "fahrenheit": 26
    },
    "cost": 3
}
  • name: Name of the conference

  • url: URL of the conference website

  • location:

    • city: City where the conference takes place
    • country: Country where the conference takes place
    • continent: Continent where the conference takes place. Enter one of the following: North America, South America, Europe, Asia, Africa, Australia, Antarctica
  • date:

    • start: Start date of the conference, e.g. 2019-06-24T00:00:00.000Z
    • end: End date of the conference, e.g. 2019-06-26T00:00:00.000Z
  • temperature:

    • celsius: Average temperature in the city during the conference in Celsius, e.g. 18. To find out the temperature, google e.g. weather new york february and switch to Celsius.
    • fahrenheit: Average temperature in the city during the conference in Fahrenheit, e.g. 65. To find out the temperature, google e.g. weather new york february and switch to Fahrenheit.
  • cost: Cost of the conference ticket. Estimate the average price per day based on the total ticket cost and the number of days. Enter one of the following values: unknown, 0, 1, 2 or 3. Use the following cost mapping:

    • free = 0
    • less than $300/day = 1
    • less than $600/day = 2
    • more than $600/day = 3

gotodevops.org's People

Contributors

finspin avatar fabiendelpierre avatar nicksantamaria avatar captn3m0 avatar khobbits avatar mirzmaster avatar tattoo avatar mariuszbury avatar blacksd avatar mfornasa avatar solidnerd avatar patrickeasters avatar marsbergen avatar pversteijnen avatar vincentzimmer avatar wesreisz avatar cbrueckner avatar ehuels avatar hjaques avatar mdaniello-cb avatar mskutin avatar ludovictourman avatar sitwalkstand avatar obfuscurity avatar irabinovitch avatar calebfornari avatar barryorourke avatar rhcc-nuna avatar astriffe avatar alan-duggan avatar

Watchers

James Cloos 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.