{"id":21289765,"url":"https://github.com/wzulfikar/github-asean-top-contributors","last_synced_at":"2026-05-22T14:16:09.678Z","repository":{"id":82238342,"uuid":"80354416","full_name":"wzulfikar/github-asean-top-contributors","owner":"wzulfikar","description":"Github top users in ASEAN, based on contributions. Forked from https://github.com/alterebro/area-top-github-users.","archived":false,"fork":false,"pushed_at":"2017-07-30T22:44:18.000Z","size":348,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"gh-pages","last_synced_at":"2025-03-08T17:43:22.889Z","etag":null,"topics":["asean","contributors","github"],"latest_commit_sha":null,"homepage":"http://wzulfikar.github.io/github-asean-top-contributors","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wzulfikar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-29T15:41:43.000Z","updated_at":"2017-03-30T01:24:16.000Z","dependencies_parsed_at":"2023-03-09T19:01:01.311Z","dependency_job_id":null,"html_url":"https://github.com/wzulfikar/github-asean-top-contributors","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fgithub-asean-top-contributors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fgithub-asean-top-contributors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fgithub-asean-top-contributors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fgithub-asean-top-contributors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wzulfikar","download_url":"https://codeload.github.com/wzulfikar/github-asean-top-contributors/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243754092,"owners_count":20342542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asean","contributors","github"],"created_at":"2024-11-21T12:43:06.815Z","updated_at":"2026-05-22T14:16:04.658Z","avatar_url":"https://github.com/wzulfikar.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Top GitHub users from a geographical area population: [git.io/spain](https://git.io/spain)\n\nTop GitHub users rank generator for a given geographical area script written in NodeJS + VueJS.\n\n\u0026mdash; **Project URL :  [https://git.io/spain](https://alterebro.github.io/area-top-github-users/)**\n\nThis is my first Node.js project so the code might be (it is) a bit buggy, the scripting is heavily inspired and based on the original [@paulmillr](https://github.com/paulmillr) repository **[top-github-users](https://github.com/paulmillr/top-github-users)** and also from this adaptation showing data from Spanish users [top-github-users-data](https://github.com/JJ/top-github-users-data/) made by: [@JJ](https://github.com/JJ), both unmaintained on the date of this writing. Feel free to collaborate and open pull requests if you see anything that could be changed.\n\n---\n\n### Usage\n\n1. Clone it\n\n\t```sh\n\t$ git clone https://github.com/alterebro/area-top-github-users.git\n\t$ cd area-top-github-users/\n\t```\n\n2. Install dependencies\n\n\t```sh\n\t$ sudo npm install\n\t```\n\n3. Rename `/app/github.sample.js` to `/app/github.js` with your own ID and Secret strings, you can get them by creating a new GitHub application here: [Register a new OAuth application](https://github.com/settings/applications/new)\n\n\t```javascript\n\texports.github = {\n\t    'id' : 'alphanumeric_string',\n\t    'secret' : 'alphanumeric_string'\n\t}\n\t```\n\n4. Rename `/app/sample.locations.json` to `/app/locations.json` and edit the file, create as many location items as needed following the same JSON structure as shown below:\n\n\t```javascript\n\t[\n\t    {\n\t        \"location\" : \"aquitaine\", // main query string\n\t        \"label\" : \"Aquitaine\",\n\t        \"search\" : {\n\t            \"include\" : [\"bordeaux\", \"pau\", \"merignac\", \"pessac\", \"bayonne\", \"anglet\", \"bergerac\", \"biarritz\"], // Array of locations to include on the search query\n\t\t\t\t\"exclude\" : [\"paris\", \"montpellier\"], // Array of locations to exclude from the search query\n\t\t\t\t\"users_out\" : [\"username\"], // Array of users banned by login name.\t\t\t\n\t            \"min_repos\" : 0, // minimum repositories. num value HIGHER THAN (\u003e)\n\t            \"min_followers\" : -1,  // minimum followers. num value HIGHER THAN (\u003e)\n\t            \"max_pages\" : 5, // maximum pages to crawl from github (max. 10)\n\t            \"max_users\" : 200 // Maximum num of users to be stored.\n\t        }\n\t    }\n\n\t\t// .. add more items\n\t]\n\t```\n\n5. Execute main script (app/main.js)\n\n\t```sh\n\t$ npm start\n\t```\n\n---\n\n### FrontEnd Development\n\nThe FrontEnd is built using [Gulp](http://gulpjs.com/), it can be installed via **npm**:\n\n```sh\n$ npm install --global gulp-cli\n```\n\nThe development HTML file is `./_app.html` and the related scripts and styles are located on the `/frontend` folder named with the prefix `_src`. In order to create the distributable files you have to run the default gulp task which will execute the building and compressing tasks.\n\n```sh\n$ gulp\n```\n\n---\n\n### License\n\n#### The MIT License (MIT)\nCopyright (c) 2016 Jorge Moreno ( [moro.es](http://moro.es), [@alterebro](https://twitter.com/alterebro) )\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzulfikar%2Fgithub-asean-top-contributors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwzulfikar%2Fgithub-asean-top-contributors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzulfikar%2Fgithub-asean-top-contributors/lists"}