{"id":26341260,"url":"https://github.com/xamantra/gh_trend","last_synced_at":"2025-03-16T04:29:03.450Z","repository":{"id":48598448,"uuid":"358809009","full_name":"xamantra/gh_trend","owner":"xamantra","description":"GitHub trending scraper for dart and flutter.","archived":false,"fork":false,"pushed_at":"2021-07-19T01:30:47.000Z","size":82,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-15T06:39:35.039Z","etag":null,"topics":["dart","flutter","github-trending","library","package"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/gh_trend","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xamantra.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-17T07:02:32.000Z","updated_at":"2024-03-19T05:48:45.000Z","dependencies_parsed_at":"2022-08-28T20:10:35.586Z","dependency_job_id":null,"html_url":"https://github.com/xamantra/gh_trend","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/xamantra%2Fgh_trend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xamantra%2Fgh_trend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xamantra%2Fgh_trend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xamantra%2Fgh_trend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xamantra","download_url":"https://codeload.github.com/xamantra/gh_trend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826800,"owners_count":20354220,"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":["dart","flutter","github-trending","library","package"],"created_at":"2025-03-16T04:29:03.004Z","updated_at":"2025-03-16T04:29:03.436Z","avatar_url":"https://github.com/xamantra.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://i.imgur.com/XUC6E7o.png\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003cstrong\u003eGitHub trending scraper for dart and flutter.\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://pub.dev/packages/gh_trend\"\u003e\n  \u003cimg alt=\"Pub Version\" src=\"https://img.shields.io/pub/v/gh_trend\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://codecov.io/gh/xamantra/gh_trend\"\u003e\n  \u003cimg src=\"https://codecov.io/gh/xamantra/gh_trend/branch/master/graph/badge.svg\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/xamantra/gh_trend/actions/workflows/CI.yaml\"\u003e\n  \u003cimg src=\"https://github.com/xamantra/gh_trend/actions/workflows/CI.yaml/badge.svg\" /\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Trending repositories\n\n```dart\nvar result = await ghTrendingRepositories();\n```\nThe `ghTrendingRepositories()` method will return a list of `GithubRepoItem`.\n\nIt also provides optional parameters like:\n```dart\nvar result = await ghTrendingRepositories(\n  spokenLanguageCode: 'en',\n  programmingLanguage: 'javascript',\n  dateRange: GhTrendDateRange.thisWeek, // or `today` or `thisMonth`.\n);\n```\n\n---\n\n## Trending developers\n\n```dart\nvar result = await ghTrendingDevelopers();\n```\nThe `ghTrendingDevelopers()` method will return a list of `GithubDeveloperItem`.\n\nIt also provides optional parameters like:\n```dart\nvar result = await ghTrendingDevelopers(\n  programmingLanguage: 'javascript',\n  dateRange: GhTrendDateRange.thisWeek, // or `today` or `thisMonth`.\n);\n```\n\n---\n\n## Parameters\n\n`spokenLanguageCode` - use the provided **ghSpokenLanguages** map to access all spoken languages. You can use the map *value* for the UI and map *key* for the parameter.\n\n`programmingLanguage` - use the provided **ghProgrammingLanguages** map to access all programming languages.  You can use the map *value* for the UI and map *key* for the parameter.\n\n`dateRange` - use the **GhTrendDateRange** enum to access all possible date range. Call the provided method **ghDateRangeLabel(...)** for displaying the value to the UI.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxamantra%2Fgh_trend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxamantra%2Fgh_trend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxamantra%2Fgh_trend/lists"}