https://github.com/tech-conferences/conference-data
Conference data for www.confs.tech
https://github.com/tech-conferences/conference-data
conference conferences crowdsourcing javascript tech
Last synced: 5 months ago
JSON representation
Conference data for www.confs.tech
- Host: GitHub
- URL: https://github.com/tech-conferences/conference-data
- Owner: tech-conferences
- License: mit
- Created: 2018-07-16T23:10:29.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T09:11:59.000Z (5 months ago)
- Last Synced: 2025-05-12T10:29:08.509Z (5 months ago)
- Topics: conference, conferences, crowdsourcing, javascript, tech
- Language: TypeScript
- Homepage: https://confs.tech
- Size: 16.5 MB
- Stars: 275
- Watchers: 12
- Forks: 171
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-list - conference-data - conferences | 200 | (JavaScript)
README
# Conference data
Here resides all the data used on [confs.tech](https://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](https://github.com/tech-conferences/conference-data/tree/master/conferences), sorted by topics and years. All data is open source and crowd sourced by the community. Whether added directly [from the website](https://confs.tech/conferences/new) by conference organizers or through pull requests.
Conference data have the following structure:
```json
{
"name": "",
"url": "",
"startDate": "YYYY-MM-DD",
"endDate": "YYYY-MM-DD",
"city": "",
"country": "",
"cfpUrl": "",
"cfpEndDate": "",
"twitter": ""
}
```## Contribution
All contributions are welcome. Please read the [CONTRIBUTING guidelines](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.
## Maintainers
Need help while contributing? Tag any of the maintainers when creating the issue. You can tag us using: `@username`
Christian Grail
@cgrail
Nima Izadi
@nimzco
Ekaterina Prigara
@prigara
Juan Diaz
@JuanPabloDiaz
## Top 50 Contributors
## See all conferences
[](https://confs.tech/dotnet)
[](https://confs.tech/accessbility)
[](https://confs.tech/android)
[](https://confs.tech/api)
[](https://confs.tech/clojure)
[](https://confs.tech/css)
[](https://confs.tech/data)
[](https://confs.tech/ux)
[](https://confs.tech/devops)
[](https://confs.tech/elixir)
[](https://confs.tech/elm)
[](https://confs.tech/golang)
[](https://confs.tech/graphql)
[](https://confs.tech/groovy)
[](https://confs.tech/haskell)
[](https://confs.tech/identity)
[](https://confs.tech/ios)
[](https://confs.tech/iot)
[](https://confs.tech/javascript)
[](https://confs.tech/leadership)
[](https://confs.tech/performance)
[](https://confs.tech/php)
[](https://confs.tech/product)
[](https://confs.tech/python)
[](https://confs.tech/ruby)
[](https://confs.tech/rust)
[](https://confs.tech/scala)
[](https://confs.tech/security)
[](https://confs.tech/tech-comm)
[](https://confs.tech/testing)
[](https://confs.tech/typescript)
[](https://confs.tech/general)