{"id":17959494,"url":"https://github.com/ecrmnn/trending-github","last_synced_at":"2025-03-25T03:31:12.807Z","repository":{"id":56600631,"uuid":"80996064","full_name":"ecrmnn/trending-github","owner":"ecrmnn","description":"📈  Simple API for getting trending repositories on GitHub","archived":false,"fork":false,"pushed_at":"2023-02-19T09:44:16.000Z","size":39,"stargazers_count":65,"open_issues_count":1,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-19T01:17:38.305Z","etag":null,"topics":["github","github-api","npm","repositories","trending"],"latest_commit_sha":null,"homepage":"https://npmjs.com/trending-github","language":"TypeScript","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/ecrmnn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-02-05T13:52:29.000Z","updated_at":"2025-01-10T10:34:34.000Z","dependencies_parsed_at":"2024-06-19T01:45:21.066Z","dependency_job_id":"de844438-a3ba-48b7-8d57-8ecfb36cbbb2","html_url":"https://github.com/ecrmnn/trending-github","commit_stats":{"total_commits":47,"total_committers":4,"mean_commits":11.75,"dds":"0.21276595744680848","last_synced_commit":"24d75a7360fffc4fe1759b6ac10462b7bbd5992c"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrmnn%2Ftrending-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrmnn%2Ftrending-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrmnn%2Ftrending-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecrmnn%2Ftrending-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecrmnn","download_url":"https://codeload.github.com/ecrmnn/trending-github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245394625,"owners_count":20608116,"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":["github","github-api","npm","repositories","trending"],"created_at":"2024-10-29T11:03:28.498Z","updated_at":"2025-03-25T03:31:12.797Z","avatar_url":"https://github.com/ecrmnn.png","language":"TypeScript","readme":"# trending-github\n\u003e Simple API for getting trending repositories on Github\n\n[![Travis](https://img.shields.io/travis/ecrmnn/trending-github.svg?style=flat-square)](https://travis-ci.org/ecrmnn/trending-github.svg?branch=master)\n[![npm version](https://img.shields.io/npm/v/trending-github.svg?style=flat-square)](http://badge.fury.io/js/trending-github)\n[![npm downloads](https://img.shields.io/npm/dm/trending-github.svg?style=flat-square)](http://badge.fury.io/js/trending-github)\n[![npm license](https://img.shields.io/npm/l/trending-github.svg?style=flat-square)](http://badge.fury.io/js/trending-github)\n[![eslint](https://img.shields.io/badge/code_style-airbnb-blue.svg?style=flat-square)](https://github.com/airbnb/javascript)\n\n### Installation\n```bash\nnpm install trending-github --save\n```\n\n### Usage\n```javascript\nconst trending = require('trending-github');\n\ntrending()\n  .then(repos =\u003e console.log(repos));\n\n//=\u003e [{\n//=\u003e   author: 'asciimoo',\n//=\u003e   name: 'wuzz',\n//=\u003e   href: 'https://github.com/asciimoo/wuzz',\n//=\u003e   description: 'Interactive cli tool for HTTP inspection',\n//=\u003e   language: 'Go',\n//=\u003e   stars: 966,\n//=\u003e   forks: 20,\n//=\u003e   starsInPeriod: 153\n//=\u003e }, ... ]\n```\n\n```javascript\nconst trending = require('trending-github');\n\ntrending('weekly', 'javascript')\n  .then(repos =\u003e console.log(repos));\n\n//=\u003e [{\n//=\u003e   author: 'freeCodeCamp',\n//=\u003e   name: 'freeCodeCamp',\n//=\u003e   href: 'https://github.com/freeCodeCamp/freeCodeCamp',\n//=\u003e   description: 'The https://freeCodeCamp.com open source codebase and curriculum. Learn to code and help nonprofits.',\n//=\u003e   language: 'JavaScript',\n//=\u003e   stars: 229260,\n//=\u003e   forks: 9289\n//=\u003e   starsInPeriod: 42\n//=\u003e }, ... ]\n```\n\n### License\nMIT © [Daniel Eckermann](http://danieleckermann.com)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecrmnn%2Ftrending-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecrmnn%2Ftrending-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecrmnn%2Ftrending-github/lists"}