antonybudianto / gitcard

Indonesia GitHub stats for fun. Backend at https://github.com/antonybudianto/gitcard-go
https://gitcard.antonybudianto.com/
34 stars 10 forks source link

Swift programming language support #3

Closed supercomputra closed 4 years ago

supercomputra commented 4 years ago

I don’t see any swift developers yet. Please add https://github.com/davidchristiandy as the starting star.

antonybudianto commented 4 years ago

Hi, I can add Swift query, but since the result comes from GitHub api, I can't add the dev directly. Here is the sample query: (https://github.com/antonybudianto/go-github/blob/master/github/github_query.go#L35)

antonybudianto commented 4 years ago

Result of Swift Indonesia, >=50followers

{
  "data": {
    "d": {
      "edges": [
        {
          "node": {
            "name": "Alfian Losari",
            "avatarUrl": "https://avatars1.githubusercontent.com/u/6789991?v=4",
            "login": "alfianlosari",
            "bio": "Passionate engineer that loves all about technology and its value. For me when you stop learning, you will stop going forward.",
            "company": "Alfian Losari",
            "location": "Indonesia",
            "following": {
              "totalCount": 19
            },
            "followers": {
              "totalCount": 213
            }
          }
        },
        {
          "node": {
            "name": "Agus Cahyono",
            "avatarUrl": "https://avatars1.githubusercontent.com/u/1490342?v=4",
            "login": "balitax",
            "bio": "Mobile App Developer",
            "company": "MERAMEDEV",
            "location": "South Jakarta, Indonesia",
            "following": {
              "totalCount": 16
            },
            "followers": {
              "totalCount": 87
            }
          }
        },
        {
          "node": {
            "name": "R. Kukuh",
            "avatarUrl": "https://avatars1.githubusercontent.com/u/183228?v=4",
            "login": "rkukuh",
            "bio": "Senior Software Development Learning Facilitator at Apple Developer Academy @ UC",
            "company": null,
            "location": "Surabaya, Indonesia",
            "following": {
              "totalCount": 10
            },
            "followers": {
              "totalCount": 87
            }
          }
        },
        {
          "node": {
            "name": "Zulwiyoza Putra",
            "avatarUrl": "https://avatars0.githubusercontent.com/u/17508929?v=4",
            "login": "ZulwiyozaPutra",
            "bio": "Polymath Software Engineer",
            "company": "@traveloka ",
            "location": "Jakarta, Indonesia",
            "following": {
              "totalCount": 68
            },
            "followers": {
              "totalCount": 68
            }
          }
        }
      ]
    }
  }
}