Github Badge
GitHub Badge is a simple embeddable badge showing your GitHub stats
like the number of public repositories, number of followers, favorite languages etc.
Please note
We do rely on heavy caching, so give it about 24 to 48 hours to pick up any changes.
Authors
Contributors
Installation
Local development
- 
Follow the instructions at the Google Cloud SDK for Python
page to install it. - 
Create a development configuration to use your GitHub credentials for testing:
$ cp app/config/development.sample.py app/config/development.py - 
Start the development server:
$ dev_appserver.py -A githubbadge app.yaml 
Production
- 
Create a googleappengine configuration and use the credentials from the
OAuth application you've created on
GitHub:$ cp app/config/googleappengine.sample.py app/config/googleappengine.py - 
Then run the following command to start deployment:
$ gcloud app deploy --version 2 app.yaml 
License
All files that are part of this project are covered by the following license,
except where explicitly noted.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.