List of JavaScript conferences
You can see a full list of conferences for frontend and Node.js developers on confs.tech.
The list is going to be updated as the new events are announced. This repository stores the list.
List of JavaScript conferences
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.