GitXplorerGitXplorer
b

github-badge

public
291 stars
31 forks
9 issues

Commits

List of commits on branch master.
Unverified
a9a2a4ef1a2a35be6cf4328bbd3c736080dd4af7

Use basic authentication to silence GitHub deprecation warnings

bberkerpeksag committed 4 years ago
Unverified
a612afaac916fa9862f56fe86b0a67e81f60b2c2

Tweak setting up production environment section in README

bberkerpeksag committed 5 years ago
Unverified
dd1919e692a4d2cfe420bd8ca06af5c78cb4d7f4

Add installation instructions

bberkerpeksag committed 5 years ago
Unverified
869cfeac9e7e51043bae9915ed181afa39c4faa5

Use smaller and tailored height values (#78)

BBYK committed 5 years ago
Unverified
96e1cec9101d6c9004bca9a1e540c1709c790dde

Drop JSONP support

bberkerpeksag committed 5 years ago
Unverified
9a8178359945ef5f6ead36e6219328738691ec36

Catch and log DeadlineExceededError exceptions

bberkerpeksag committed 5 years ago

README

The README file for this repository.

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

  1. Follow the instructions at the Google Cloud SDK for Python page to install it.

  2. Create a development configuration to use your GitHub credentials for testing:

    $ cp app/config/development.sample.py app/config/development.py
  3. Start the development server:

    $ dev_appserver.py -A githubbadge app.yaml

Production

  1. 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
  2. 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/.