Skip to content

sasanblue/gitpop2

 
 

Repository files navigation

GitPop2

Find the most popular fork on GitHub http://gitpop2.herokuapp.com/

tests

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

This project actually started as a "fork" of 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

pip install -r requirements.txt

Run

With Gunicorn WSGI server:

gunicorn gitpop2.wsgi

With Django development server:

python manage.py runserver

About

Find the most popular fork on GitHub

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.0%
  • Python 36.0%
  • HTML 13.4%
  • Makefile 4.7%
  • Dockerfile 2.7%
  • CSS 1.1%
  • Shell 0.1%