An open API service indexing awesome lists of open source software.

https://github.com/axetroy/github-size-badge

badge service for show github repository size.
https://github.com/axetroy/github-size-badge

badge github size

Last synced: 10 months ago
JSON representation

badge service for show github repository size.

Awesome Lists containing this project

README

          

# github-size-badge

[![Greenkeeper badge](https://badges.greenkeeper.io/axetroy/github-size-badge.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/axetroy/github-size-badge.svg?branch=master)](https://travis-ci.org/axetroy/github-size-badge)
[![Dependency](https://david-dm.org/axetroy/github-size-badge.svg)](https://david-dm.org/axetroy/github-size-badge)
![License](https://img.shields.io/badge/license-MIT-green.svg)
[![Prettier](https://img.shields.io/badge/Code%20Style-Prettier-green.svg)](https://github.com/prettier/prettier)
![Node](https://img.shields.io/badge/node-%3E=6.0-blue.svg?style=flat-square)
[![npm version](https://badge.fury.io/js/github-size-badge.svg)](https://badge.fury.io/js/github-size-badge)
![Size](https://github-size-badge.herokuapp.com/axetroy/github-size-badge.svg)

Provide service for show your repo size.

### Usage

```markdown
![Size](https://github-size-badge.herokuapp.com/:owner/:repo.svg)
```

Add to your README.md and you will see badge like this:

![Size](https://github-size-badge.herokuapp.com/axetroy/github-size-badge.svg)

## Contributing

```bash
git clone https://github.com/axetroy/github-size-badge.git
cd ./github-size-badge
yarn
yarn start
```

You can flow [Contribute Guide](https://github.com/axetroy/github-size-badge/blob/master/contributing.md)

## Contributors

| [
Axetroy](http://axetroy.github.io)
[💻](https://github.com/gpmer/gpm.js/commits?author=axetroy) 🔌 [⚠️](https://github.com/gpmer/gpm.js/commits?author=axetroy) [🐛](https://github.com/gpmer/gpm.js/issues?q=author%3Aaxetroy) 🎨 |
| :---: |

## License

The [MIT License](https://github.com/axetroy/github-size-badge/blob/master/LICENSE)