Skip to content

geekwolverine/javascript-conferences

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published