Skip to content

List of tech conferences: JavaScript / Design - CSS - UX / Ruby - iOS - Android - PHP - Data

License

Notifications You must be signed in to change notification settings

veggiemonk/confs.tech

 
 

Repository files navigation

Confs.tech | Yet another conference website

List of conferences pulled out from JSON files.

Don't hesitate to add new conferences by creating an issue or creating a pull request. 🤓

Adding a conference

Conferences are JSON based files. They have the following structure:

  {
    "name": "",
    "url": "",
    "startDate": "2018-08-17",
    "endDate": "2018-08-19",
    "city": "",
    "country": "",
    "cfpUrl": "",
    "cfpEndDate": "",
    "twitter": ""
  }

Dates are formatted like YYYY-MM-DD, and if the date has not been defined yet, you can use this format as well: YYYY-MM.

  • To add JavaScript conferences, create a Pull Request on the javascript-conferences repo.
  • For all other conferences, create a Pull Request on this repo.

Active contributors

Because together we are stronger, we are looking for other contributors. So hit us and let's contribute!

Credits

Most of the conferences are originally pulled from other repo:

License

MIT

About

List of tech conferences: JavaScript / Design - CSS - UX / Ruby - iOS - Android - PHP - Data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.9%
  • CSS 14.4%
  • HTML 3.7%