Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zircleUI/github-trending-plus
✨ Experimental Github trending UI
https://github.com/zircleUI/github-trending-plus
chart coding-languages gain github github-api loss-positions vuejs zircle-ui
Last synced: 3 months ago
JSON representation
✨ Experimental Github trending UI
- Host: GitHub
- URL: https://github.com/zircleUI/github-trending-plus
- Owner: zircleUI
- License: mit
- Created: 2018-10-20T15:34:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T04:18:44.000Z (over 1 year ago)
- Last Synced: 2024-07-19T03:07:39.703Z (4 months ago)
- Topics: chart, coding-languages, gain, github, github-api, loss-positions, vuejs, zircle-ui
- Language: Vue
- Homepage: https://github-trending-plus.netlify.app/
- Size: 1.61 MB
- Stars: 66
- Watchers: 5
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
An experimental Github trending UI using zircle-ui.
## Why?
Using Github trending you can find the repositories and developers that are most appealing for the community. You can filter them by selecting your preferred coding language or time frequency. It’s pretty good for having an idea of what the community is most excited about. This proposal includes two extra features: permanence of repositories & developers on trending chart and their relative gain / loss positions.This concept is being made with [**zircle-ui**](https://github.com/zircleUI/zircleUI) for experimental purposes.
## Features
- Relative gain/loss positions.
- Permanence on trending chart.
- Filtering coding languages with trending results.
- Most popular languages tracked (you can add more by opening an issue)
- No github login required.## Status: 🌱 Beta
If you want to try this example just clone this repo or **check out the live version** at https://github-trending-plus.netlify.app/## Credits
This project is based on this awesome API https://github.com/huchenme/github-trending-api## Project setup
```
git clone https://github.com/zircleUI/github-trending-plus.git
```After cloning the repository, go to project folder and execute:
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```## License
[MIT Licensed | Copyright © 2018 - present | Juan Martín Muda](https://raw.githubusercontent.com/zircleUI/github-trending-plus/master/LICENSE)