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
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": ""
}
All contributions are welcome. Please read the CONTRIBUTING guidelines for details on our code of conduct, and the process for submitting pull requests.
Need help while contributing? Tag any of the maintainers when creating the issue. You can tag us using: @username
|
|
|
|