Skip to main content

A JavaScript widget to generate interactive GitHub user/repository/organization cards for static web pages (like GitHub pages).

Project description

ghscard

Summary

A JavaScript widget to generate interactive GitHub user/repository/organization cards for static web pages (like GitHub pages).

https://img.shields.io/travis/thombashi/ghscard/master.svg?label=Linux https://img.shields.io/github/stars/thombashi/ghscard.svg?style=social&label=Star

Demo

Quick Start

CLI Tool Installation

Install ghscard CLI tool from PyPI via pip (Python package manager) command.

pip install ghscard

Generate card data files

Execute ghscard gen command to generate a GitHub user/organization/repository card data file.

$ ghscard gen thombashi -o data
[INFO] ghscard gen: written user data to 'data/thombashi.json'
$ ghscard gen Microsoft/TypeScript -o data
[INFO] ghscard gen: written repository data to 'data/Microsoft_TypeScript.json'

Add widget to an HTML file

Example:
<!doctype html>
<html>
<body>
    <table border="0">
        <tr>
            <td>
                <div class='ghscard' src='data/thombashi.json'></div>
            </td>
            <td>
                <div class="ghscard" src="data/Microsoft_TypeScript.json"></div>
            </td>
        </tr>
    </table>

    <script src='//rawgit.com/thombashi/ghscard/master/dist/ghscard.min.js'></script>
</body>
</html>

This HTML rendered as follows:

Output:
Click to navigate to the HTML page

For more information

More examples are available at https://ghscard.rtfd.io/en/latest/pages/usage/index.html

Dependencies

CLI Tool Dependencies

Python 2.7+ or 3.4+

Tested environment

Tested Web Browsers

Web browser

Version

Google Chrome

57.0 or newer

Mozilla Firefox

52.0 or newer

Documentation

https://ghscard.rtfd.io/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ghscard-0.0.16.tar.gz (200.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ghscard-0.0.16-py2.py3-none-any.whl (19.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file ghscard-0.0.16.tar.gz.

File metadata

  • Download URL: ghscard-0.0.16.tar.gz
  • Upload date:
  • Size: 200.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5

File hashes

Hashes for ghscard-0.0.16.tar.gz
Algorithm Hash digest
SHA256 3070c56965bab13a12192201e37dacbc7398bddd098638e3440c591d45b159d7
MD5 e27650b4fea2037f42b6b6be3b74dd5c
BLAKE2b-256 be5cf4cda3dae9e4cb40799fa264944790c575b391291695198ec4b9056c0658

See more details on using hashes here.

File details

Details for the file ghscard-0.0.16-py2.py3-none-any.whl.

File metadata

  • Download URL: ghscard-0.0.16-py2.py3-none-any.whl
  • Upload date:
  • Size: 19.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5

File hashes

Hashes for ghscard-0.0.16-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3f64a7ea7ff2c6cbf1b6dd280a7a412bc834b90cd3b1ca5ea974363119d54a8c
MD5 4f1cdb687b335ef82ccba7b6f752a4e5
BLAKE2b-256 0ee83f771d3bb5df0b15dda91cd23a9e8636c6c9e4fc05ec136cd31f0cda8557

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page