{"id":19720983,"url":"https://github.com/paramsiddharth/gwoc-js-evaluator","last_synced_at":"2026-05-15T10:17:19.391Z","repository":{"id":109334282,"uuid":"423382843","full_name":"paramsiddharth/gwoc-js-evaluator","owner":"paramsiddharth","description":"The evaluation script for JavaScript in GWoC 2021.","archived":false,"fork":false,"pushed_at":"2021-11-01T08:13:01.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-15T16:30:24.064Z","etag":null,"topics":["girlscript","girlscriptwinterofcontributing","gwoc","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/paramsiddharth.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}},"created_at":"2021-11-01T08:00:35.000Z","updated_at":"2022-03-26T06:59:37.000Z","dependencies_parsed_at":"2023-03-13T14:14:48.374Z","dependency_job_id":null,"html_url":"https://github.com/paramsiddharth/gwoc-js-evaluator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paramsiddharth/gwoc-js-evaluator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Fgwoc-js-evaluator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Fgwoc-js-evaluator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Fgwoc-js-evaluator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Fgwoc-js-evaluator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paramsiddharth","download_url":"https://codeload.github.com/paramsiddharth/gwoc-js-evaluator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Fgwoc-js-evaluator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33062907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["girlscript","girlscriptwinterofcontributing","gwoc","javascript"],"created_at":"2024-11-11T23:13:05.000Z","updated_at":"2026-05-15T10:17:19.374Z","avatar_url":"https://github.com/paramsiddharth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Evaluator for JavaScript - GWoC\nThe evaluation script for JavaScript in GWoC 2021.\n\n## Instructions\nThe following environment variables should be made available:\n```bash\n# A personal access token of yours on GitHub\nexport TOKEN=ghp_----------------------------\n\n# The GitHub GraphQL API URL\nexport API_URL=https://api.github.com/graphql\n\n# The repository owner organization/user identifier\nexport REPO_OWNER=girlscript\n\n# The repository name/identifier\nexport REPO_NAME=winter-of-contributing\n\n# The contribution branch\nexport REPO_BRANCH=Javascript\n```\n\nInstall the dependencies and run the script.\n```bash\nnpm ci\nnpm start\n```\n\nRetrieve the results from the following files in the `out` directory:\n- `evaluation.json`\n  \n  Format:\n  ```js\n  {\n    username_xyz: {\n      count: 000, // The number of PRs merged\n      contributions: [ // A list of merged contributions\n        {\n          title: \"------\", // The PR title\n          date: \"XX-XX-XX\" // The merge date as an ISO string\n        },\n        ...\n      ]\n    }\n  }\n  ```\n- `evaluation.csv`\n  \n  Format:\n\n  | Contributor | Score |\n  | ---         | --:   |\n  | username_xyz | 13 |\n  | username_abc | 9 |\n  | username_bla | 8 |\n  | username_hsh | 4 |\n  | ... | ... |\n- `contributions.csv`\n  \n  Format:\n\n  | Contributor | Contribution | Date |\n  | ---         | ---          | :--  |\n  | username_xyz | \\[JS\\] Topic: ------------ | XX-XX-XXXX (ISO String) |\n  | username_abc | \\[JS\\] Topic: ------------  | XX-XX-XXXX (ISO String) |\n  | username_bla | \\[JS\\] Other: ------------  | XX-XX-XXXX (ISO String) |\n  | username_hsh | \\[JS\\] Fix: ------------  | XX-XX-XXXX (ISO String) |\n  | ... | ... |\n\n# Made with ❤ by [Param](https://www.paramsid.com).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamsiddharth%2Fgwoc-js-evaluator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparamsiddharth%2Fgwoc-js-evaluator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamsiddharth%2Fgwoc-js-evaluator/lists"}