An open API service indexing awesome lists of open source software.

https://github.com/voidcosmos/angular-communities

A list of all the Angular Communities around the world
https://github.com/voidcosmos/angular-communities

angular communities conferences hacktoberfest meetups

Last synced: 6 months ago
JSON representation

A list of all the Angular Communities around the world

Awesome Lists containing this project

README

          

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=voidcosmos_angular-communities&metric=alert_status)](https://sonarcloud.io/dashboard?id=voidcosmos_angular-communities)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=voidcosmos_angular-communities&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=voidcosmos_angular-communities)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=voidcosmos_angular-communities&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=voidcosmos_angular-communities)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=voidcosmos_angular-communities&metric=sqale_index)](https://sonarcloud.io/dashboard?id=voidcosmos_angular-communities)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=voidcosmos_angular-communities&metric=code_smells)](https://sonarcloud.io/dashboard?id=voidcosmos_angular-communities)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=voidcosmos_angular-communities&metric=bugs)](https://sonarcloud.io/dashboard?id=voidcosmos_angular-communities)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=voidcosmos_angular-communities&metric=coverage)](https://sonarcloud.io/dashboard?id=voidcosmos_angular-communities)
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=voidcosmos_angular-communities&metric=duplicated_lines_density)](https://sonarcloud.io/dashboard?id=voidcosmos_angular-communities)



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](#add-your-community):

## Table of Contents

- [Features](#features)
- [Add Your Community](#add-your-community)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [License](#license)

# :heavy_check_mark: 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.

# :crystal_ball: Roadmap

- [x] Release 0.1.0 !
- [x] Improve code
- [x] Improve performance
- [ ] Improve performance even more!
- [x] A lot of Communities
- [ ] +100 Communities
- [ ] +500 Communities
- [ ] +1000 Communities
- [x] 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:

```js
"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/.png`. Make sure the logo is transparent (eg .png format) for a better view on the map.

# :revolving_hearts: Contributing

If you want to contribute check out the [CONTRIBUTING.md](.github/CONTRIBUTING.md)

# :scroll: License

MIT © [Estefanía García Gallardo](https://github.com/NyaGarcia), [Carlos Caballero González](https://github.com/caballerog), [Toni Villena](https://github.com/tonivj5/) and [Juan Torres Gómez](https://github.com/zaldih)

:cat::baby_chick:

---