M-ZubairAhmed / confs.tech

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

Home Page:http://confs.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://confs.tech

License:MIT License


Languages

Language:JavaScript 84.4%Language:CSS 11.2%Language:HTML 4.4%