• Stars
    star
    629
  • Rank 71,440 (Top 2 %)
  • Language
  • Created almost 9 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

List of conferences for frontend and Node.js developers

List of JavaScript conferences

You can see a full list of conferences for frontend and Node.js developers on confs.tech.

All conference data can be found at tech-conferences/conference-data.

How to add new events

Conferences are stored in the JSON files in the conferences folder grouped by year. To add a new conference, please submit a Pull Request or open an issue. Please provide the information about the conference in the following format:

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

Please do not add workshops and user group meetups.