Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tech-conferences/javascript-conferences
List of conferences for frontend and Node.js developers
https://github.com/tech-conferences/javascript-conferences
Last synced: 3 months ago
JSON representation
List of conferences for frontend and Node.js developers
- Host: GitHub
- URL: https://github.com/tech-conferences/javascript-conferences
- Owner: tech-conferences
- Created: 2015-11-25T16:19:40.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2021-01-16T09:59:25.000Z (about 4 years ago)
- Last Synced: 2024-03-27T08:06:51.131Z (10 months ago)
- Homepage: https://confs.tech/javascript
- Size: 438 KB
- Stars: 629
- Watchers: 72
- Forks: 89
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
- awesome - javascript-conferences - List of conferences for frontend and Node.js developers https://confs.tech/ (Programming Languages / NodeJS)
README
# List of JavaScript conferences
**You can see a full list of conferences for frontend and Node.js developers on [confs.tech](https://confs.tech/).**
**All conference data can be found at [tech-conferences/conference-data](https://github.com/tech-conferences/conference-data/).**
## How to add new events
Conferences are stored in the JSON files in the [conferences folder](https://github.com/tech-conferences/javascript-conferences/tree/master/conferences) 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:
```json
{
"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.