Skip to content

eliraneliassy/angularconferences.github.io

 
 

Repository files navigation

Angular Conferences Worldwide

A collection of the world's best Angular conferences, all in one place.



This repo contains the world's best Angular Conferences, meetups and workshops, if you host an event and would like to be listed please follow the steps below:

Add Your Event

Add Your Event

Fork this repo so you can commit directly to your account and submit a Pull Request to include your event.

Access the _data folder inside the project and find the correct year of your event (e.g. _data/2018.json).

Please see this example for reference on how to add the correct JSON.

Use the guide below to add your own event to the correct month inside the above file (please remove all JSON comments before submitting your Pull Request).

{
  "metadata": {
    // Country code, find yours here:
    // https://www.nationsonline.org/oneworld/country_code_list.htm
    "country_code": "BE",
    // Town or City
    "location": "Ghent",
    // Conference / Event name
    "title": "ngBE",
    // Date of Event
    "date": "06-07",
    // Your event logo (for best results use SVG)
    // Please compress SVG before your PR:
    // https://jakearchibald.github.io/svgomg/
    "logo": "ngbe.svg",
    // The type of event, "conference", "meetup", or "workshop"
    "type": "conference",
    // A *short* description of your event, max 400 characters.
    "desc": "NG-BE 2018 is a 2-day event in Ghent, Belgium, that brings together Angular developers and experts from all over the world to share ideas, news and opinions about Angular."
  },
  "links": {
    // Your event website
    "web": "https://ng-be.org",
    // Twitter handle (don't include @)
    "twitter": "ngBE"
  }
}

About

🔥 Calendar for the Angular community events happening across the globe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.1%
  • CSS 43.3%
  • JavaScript 6.6%