Conference Data Save

Conference data for www.confs.tech

Project README

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

Open Source Agenda is not affiliated with "Conference Data" Project. README Source: tech-conferences/conference-data

Open Source Agenda Badge

Open Source Agenda Rating