finspin / gotodevops.org

Source code for gotodevops.org.
https://www.gotodevops.org
45 stars 51 forks source link
conference conferences devops

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 hello@gotodevops.org or fork 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": "QCon New York",
    "url": "https://qconnewyork.com/",
    "location": {
      "city": "New York City",
      "country": "USA",
      "continent": "North America"
    },
    "date": {
      "start": "2022-06-24T00:00:00.000Z",
      "end": "2022-06-28T00:00:00.000Z"
    },
    "temperature": {
      "celsius": 80,
      "fahrenheit": 26
    },
    "cost": 3
}