albertstill / conference-data

Conference data for www.confs.tech

Home Page:https://www.confs.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conference data

Here resides all the data used on confs.tech.

  • Run the tests: $ yarn run test
  • Reorder conferences: $ yarn run reorder-confs

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

About

Conference data for www.confs.tech

https://www.confs.tech


Languages

Language:JavaScript 100.0%