{"id":25613231,"url":"https://github.com/myfreax/github_trending","last_synced_at":"2026-05-08T19:31:32.384Z","repository":{"id":56831343,"uuid":"181424001","full_name":"myfreax/github_trending","owner":"myfreax","description":"Get the popular repository on github. You can also get popular repository by language or date(daily, weekly, monthly).","archived":false,"fork":false,"pushed_at":"2019-11-19T14:21:55.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-11T10:35:50.168Z","etag":null,"topics":["api","dart","dart2","flutter","github","github-trending","languages","server"],"latest_commit_sha":null,"homepage":"https://www.myfreax.com/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myfreax.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":"2019-04-15T06:17:18.000Z","updated_at":"2019-11-19T14:21:57.000Z","dependencies_parsed_at":"2022-09-09T17:11:34.295Z","dependency_job_id":null,"html_url":"https://github.com/myfreax/github_trending","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/myfreax/github_trending","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fgithub_trending","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fgithub_trending/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fgithub_trending/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fgithub_trending/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myfreax","download_url":"https://codeload.github.com/myfreax/github_trending/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myfreax%2Fgithub_trending/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","dart","dart2","flutter","github","github-trending","languages","server"],"created_at":"2025-02-22T01:29:30.067Z","updated_at":"2026-05-08T19:31:32.365Z","avatar_url":"https://github.com/myfreax.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github trending api for dart\nGet the popular repository on github. You can also get popular repository by language or time(daily, weekly, monthly).\n\n## Install\n\n[install from pub dev](https://pub.dev/packages/github_trend#-installing-tab-)\n\n## Usage\n\nA simple usage example:\n\n```dart\nimport 'package:github_trend/github_trend.dart';\nimport 'package:html/dom.dart';\n\nmain() async {\n  GithubTrend githubTrend = GithubTrend();\n  try {\n    Document document = await githubTrend.fetchTrending();\n    List\u003cRepo\u003e repos = Repos(document).list;\n    List\u003cString\u003e languages = Languages(document).list;\n    repos[0].name;\n    print(languages);\n  } catch (e) {\n    // handle error\n  }\n}\n```\n\n## Doc\n[Online Doc](https://pub.dev/packages/github_trend/versions)\n\nLocal Doc\n\n```shell\ngit clone git@github.com:huangyanxiong01/github_trending.git\npub get\ndartdoc\npub global activate dhttpd\ndhttpd --path doc/api\n```\nServer started on port 8080\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/huangyanxiong01/github_trending/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyfreax%2Fgithub_trending","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyfreax%2Fgithub_trending","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyfreax%2Fgithub_trending/lists"}