An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# GH Trends

[![Node CI](https://github.com/jayjamesjay/gh-trends/actions/workflows/nodejs.yml/badge.svg)](https://github.com/jayjamesjay/gh-trends/actions/workflows/nodejs.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/20e8befd-4c09-4f63-b1a6-f0b13c4f5b21/deploy-status)](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).