github-meta-badges

Simple GitHub Metadata Badges (e.g. stars, issues, and more)

View the Project on GitHub

GitHub Meta Badges

Simple GitHub Metadata Badges (e.g. stars, issues, and more)

Usage

![](https://github-meta-badges.herokuapp.com/[username]/[reponame]/[metaname].svg)

Metadata Supported

Customize Badge Name and Color

![](https://github-meta-badges.herokuapp.com/crispgm/github-meta-badges/stars.svg?name=AwesomeStargazers&color=green)

Examples

Stars

![](https://github-meta-badges.herokuapp.com/crispgm/github-meta-badges/stars.svg)

Forks

![](https://github-meta-badges.herokuapp.com/crispgm/github-meta-badges/forks.svg)

Watchers

![](https://github-meta-badges.herokuapp.com/crispgm/github-meta-badges/watchers.svg)

Issues

![](https://github-meta-badges.herokuapp.com/crispgm/github-meta-badges/issues.svg)

Network

![](https://github-meta-badges.herokuapp.com/crispgm/github-meta-badges/network.svg)

Subscribers

![](https://github-meta-badges.herokuapp.com/crispgm/github-meta-badges/subscribers.svg)

Last Pushed

![](https://github-meta-badges.herokuapp.com/crispgm/github-meta-badges/last-pushed.svg)

Last Pages Build

![](https://github-meta-badges.herokuapp.com/crispgm/github-meta-badges/last-pages-build.svg)

Language

![](https://github-meta-badges.herokuapp.com/crispgm/github-meta-badges/language.svg)

License

![](https://github-meta-badges.herokuapp.com/crispgm/github-meta-badges/license.svg)

Heroku

Deploy

$ heroku create your-app-name
$ heroku git:remote -a your-app-name
$ heroku config:set GITHUB_ACCESS_TOKEN=your-github-access-token
$ git push heroku master

License

MIT