tech-conferences / conference-data

Conference data for www.confs.tech

Home Page:https://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: $ 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": ""
}

Contribution

All contributions are welcome. Please read the CONTRIBUTING guidelines 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

GitHub Profile picture of Christian Grail
Christian Grail

@cgrail
GitHub Profile picture of Nima Izadi
Nima Izadi

@nimzco
GitHub Profile picture of Ekaterina Prigara
Ekaterina Prigara

@prigara
GitHub Profile picture of Juan Diaz
Juan Diaz

@JuanPabloDiaz

Top 50 Contributors

See all conferences

.net Accessbility Android APIs Clojure CSS Data Design / UX Dev Ops Elixir Elm Golang GraphQL Groovy Haskell Identity iOS IoT JavaScript Leadership Performance PHP Product Python Ruby Rust Scala Security Technical communication Testing TypeScript General

About

Conference data for www.confs.tech

https://confs.tech

License:MIT License


Languages

Language:JavaScript 100.0%