Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edisonywh/hubble
A simple dashboard to check what repos are trending on GitHub
https://github.com/edisonywh/hubble
Last synced: 8 days ago
JSON representation
A simple dashboard to check what repos are trending on GitHub
- Host: GitHub
- URL: https://github.com/edisonywh/hubble
- Owner: edisonywh
- Created: 2018-08-31T19:01:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T19:12:21.000Z (over 6 years ago)
- Last Synced: 2023-03-02T23:25:55.697Z (almost 2 years ago)
- Language: Vue
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hubble
Hubble is a site to checkout what repos are currently trending on GitHub. It's using API from https://github.com/huchenme/github-trending-api as GitHub doesn't have one natively.
This is a weekend side project that I did to try out Vue, and thought it was pretty fun! You can check it out right here - hubble-vue.netlify.com
# Note:
Literally right after I pushed it and decide to deploy to Netlify, I found another service that does something Git-related too. https://github.com/SevenOutman/Hubble and this looks much much much more polished than mine (also written in Vue!) Swear it was a total coincidence haha. Do check it out there!## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```