Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andremiras/gitpop2
Find the most popular fork on GitHub
https://github.com/andremiras/gitpop2
Last synced: 3 days ago
JSON representation
Find the most popular fork on GitHub
- Host: GitHub
- URL: https://github.com/andremiras/gitpop2
- Owner: AndreMiras
- License: gpl-2.0
- Created: 2014-03-02T00:04:45.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T22:03:34.000Z (12 days ago)
- Last Synced: 2024-12-15T12:02:27.930Z (10 days ago)
- Language: JavaScript
- Homepage: https://gitpop2.vercel.app
- Size: 505 KB
- Stars: 406
- Watchers: 8
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitPop2
Find the most popular fork on GitHub
See ([AndreMiras/gitpop3](https://github.com/AndreMiras/gitpop3)) for a rewrite using ReactJS.
[![tests](https://github.com/AndreMiras/gitpop2/workflows/tests/badge.svg)](https://github.com/AndreMiras/gitpop2/actions?query=workflow%3Atests)
GitPop2 helps you choose a fork when a project goes unmaintained. It allows you to sort forks by "stars count", "forks count" and "last update".
![Screenshot](https://raw.github.com/AndreMiras/gitpop2/master/docs/screenshot.png)
This project actually started as a "fork" of [jpmckinney/gitpop](https://github.com/jpmckinney/gitpop), because the site running the project went down in March 2014.
It's not a fork as defined by GitHub because it was started from scratch using a different web framework.## Install
```sh
make virtualenv
```## Run
With Gunicorn WSGI server:
```sh
make run/gunicorn
```
With Django development server:
```sh
make run/dev
```