All Projects → voidcosmos → angular-communities

voidcosmos / angular-communities

Licence: MIT license
A list of all the Angular Communities around the world

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to angular-communities

laravelevents
Repo containing the code behind Laravel Events
Stars: ✭ 55 (-43.3%)
Mutual labels:  conferences, meetups
code-of-conduct
rubyberlin.github.io/code-of-conduct/
Stars: ✭ 60 (-38.14%)
Mutual labels:  conferences, meetups
Alf.io
alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups
Stars: ✭ 862 (+788.66%)
Mutual labels:  conferences, meetups
APAC-Meetups
A community contributed consolidated list of InfoSec meetups in the Asia Pacific region.
Stars: ✭ 52 (-46.39%)
Mutual labels:  conferences, meetups
Awesome Russian It
📖 🎧 📺 📆 Список полезных русскоязычных ресурсов, связанных с ИТ
Stars: ✭ 323 (+232.99%)
Mutual labels:  conferences, meetups
Awesome Speakers
Awesome speakers in the programming and design communities
Stars: ✭ 723 (+645.36%)
Mutual labels:  conferences, meetups
Conferences
What's Upcoming in 2021? - A collection of awesome ruby conferences & camps from around the world - Add your ruby conference or camp!
Stars: ✭ 245 (+152.58%)
Mutual labels:  conferences, meetups
meetups
Repository to gather all presentations from all Nordic Cloud Native meetups
Stars: ✭ 43 (-55.67%)
Mutual labels:  meetups
urban-and-regional-planning-resources
Community list of data & technology resources concerning the built environment and communities. 🏙️🌳🚌🚦🗺️
Stars: ✭ 109 (+12.37%)
Mutual labels:  communities
meetups
Meetups realizados periodicamente pela comunidade do DevFSA
Stars: ✭ 13 (-86.6%)
Mutual labels:  meetups
Tech-Conferences
Overview of upcoming and past tech conferences
Stars: ✭ 42 (-56.7%)
Mutual labels:  conferences
awesome-hive
A curated list of awesome Hive resources.
Stars: ✭ 20 (-79.38%)
Mutual labels:  communities
starter-kit
A starter kit for new chapters of WiMLDS
Stars: ✭ 37 (-61.86%)
Mutual labels:  meetups
conferences
Curated list of conferences and CFPs that interest me
Stars: ✭ 17 (-82.47%)
Mutual labels:  conferences
meetups
📆 A repository to organise virtual meetups to discuss Orleans and other distributed systems programming on .NET
Stars: ✭ 79 (-18.56%)
Mutual labels:  meetups
ordina-jworks.github.io
Ordina JWorks Business Unit Tech Blog
Stars: ✭ 27 (-72.16%)
Mutual labels:  conferences
PyConES-2019-data
PyConES 2019 conferences, attachments and related stuff
Stars: ✭ 18 (-81.44%)
Mutual labels:  conferences
xerrades
Xerrades de Python Girona
Stars: ✭ 37 (-61.86%)
Mutual labels:  conferences
vuemeetups.org
A place to centralize all Vue.js community efforts
Stars: ✭ 35 (-63.92%)
Mutual labels:  meetups
slides
Alexander Makarov conference slides
Stars: ✭ 26 (-73.2%)
Mutual labels:  conferences

Quality Gate Status Maintainability Rating Reliability Rating Technical Debt Code Smells Bugs Coverage Duplicated Lines (%)

Angular Communities

A list of all the Angular Communities around the world

angular-communities 0.1.1 gif


This repo contains a list of all the Angular Communities around the world. If you host a community and would like to be listed please follow the steps to add your community:

Table of Contents

✔️ Features

  • Communities in the Map: Communities appear on Google Maps.

  • Geolocation: Geolocation to find communities near you.

  • Search: Community search engine by name and map displacement.

🔮 Roadmap

  • Release 0.1.0 !
  • Improve code
    • Improve performance
    • Improve performance even more!
  • A lot of Communities
    • +100 Communities
    • +500 Communities
    • +1000 Communities
  • PWA
  • Conferences version

Add Your Community

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

Access the assets/json/communities.json file and add your community.

Please see the following example for reference on how to add the correct information about your community:

 "Angular Málaga": { // Communities name
    "id": 1, // The last id that you see in the file + 1 (this is your id :D)
    "name": "Angular Málaga", //// Community name
    "position": { // Latitude and Longitude
      "lat": 36.72016,
      "lng": -4.42034
    },
    "city" : "Málaga",
    "twitter": "https://twitter.com/AngularMalaga", // Community's twitter
    "web": "https://sites.google.com/view/angular-malaga/", // Community's web
    "description": "We are a spanish community formed by a group of amazing people. Our goal is to share our Angular/Javascript knowledge with anyone who want to learn about these awesome technologies.", // Nice description of your group (A few words)
    "organizers": [  // List of organizers
      {
        "name": "Estefanía García Gallardo",     // Name
        "twitter": "https://twitter.com/nyablk",  // Twitter
        "github": "https://github.com/nyagarcia" // Github
      },
      {
        "name": "Carlos Caballero González",
        "twitter": "https://twitter.com/Carlillo",
        "github": "https://github.com/caballerog",
        "webs": ["https://carloscaballero.io/"] // List of extra webs (blog or personal portfolio) that you want displayed
      }
    ]
  },

The last step is to upload the logo of your community to the directory assets/images_raw/<id>.png. Make sure the logo is transparent (eg .png format) for a better view on the map.

💞 Contributing

If you want to contribute check out the CONTRIBUTING.md

📜 License

MIT © Estefanía García Gallardo, Carlos Caballero González, Toni Villena and Juan Torres Gómez

🐱🐤


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].