Skip to content

tech-conferences/conference-data

Repository files navigation

Conference data

Here resides all the data used on confs.tech.

  • Run the tests: $ npm start
  • Reorder conferences: $ npm run reorder-confs
  • Update valid locations: $ npm run updateValidLocations

Adding a conference

All conferences are stored in JSON files, sorted by topics and years. All data is open source and crowd sourced by the community. Whether added directly from the website by conference organizers or through pull requests.

Conference data have the following structure:

{
  "name": "",
  "url": "",
  "startDate": "YYYY-MM-DD",
  "endDate": "YYYY-MM-DD",
  "city": "",
  "country": "",
  "cfpUrl": "",
  "cfpEndDate": "",
  "twitter": ""
}

Active contributors

See all conferences