https://github.com/jayjamesjay/gh-trends
Unofficial website showing trends at Github.
https://github.com/jayjamesjay/gh-trends
github github-api trends
Last synced: 24 days ago
JSON representation
Unofficial website showing trends at Github.
- Host: GitHub
- URL: https://github.com/jayjamesjay/gh-trends
- Owner: jayjamesjay
- License: mit
- Created: 2019-05-30T09:37:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-15T17:51:01.000Z (4 months ago)
- Last Synced: 2025-11-15T19:26:22.499Z (4 months ago)
- Topics: github, github-api, trends
- Language: JavaScript
- Homepage: https://gh-trends.netlify.app/
- Size: 1.94 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GH Trends
[](https://github.com/jayjamesjay/gh-trends/actions/workflows/nodejs.yml)
[](https://app.netlify.com/sites/gh-trends/deploys)
Unofficial website showing trends at Github.
## Features
- Shows most popular repositories of all-time, created this month or this week which are gaining popularity.
- Filter trending repositories by language.
- Search for repositories.
- Save repositories and download informations about them in JSON or Markdown format.
## Technologies
- React (Hooks)
- Redux
- styled components
- Jest
- prop-types
- Webpack
## Run via Webpack Dev Server
```
$ yarn start
```
## Build from source
```
$ yarn build
```
## License
Licensed under [MIT](https://github.com/jayjamesjay/gh-trends/blob/master/LICENSE).