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.14.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.14-py2.py3-none-any.whl (19.2 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: ghscard-0.0.14.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.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5

File hashes

Hashes for ghscard-0.0.14.tar.gz
Algorithm Hash digest
SHA256 12d49770f681e43d698e0c43ed4f29cd6c64b2e9fc9e8eb9f67ef26083de56a7
MD5 92022c4e34bacbcd96407a6654706dfa
BLAKE2b-256 e681cb46f352f82bb76109557e4c680d376e3509144771dd2caa6774bf13a27c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ghscard-0.0.14-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.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5

File hashes

Hashes for ghscard-0.0.14-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 04903399c450f2cc5b2d8559b0fa7fb7d9f47d92010d8577bd34e6e5b370e5a2
MD5 6df9152ffb1e1aba3d0bf3dbf588417e
BLAKE2b-256 1f49b9703c94fe62fca7d8449d578a8555b5c028b1105697e333c124e2afc58f

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