Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elifoster/modshields

Programmatically generated README shields for mods utilizing shields.io
https://github.com/elifoster/modshields

ftb-wiki generating-shields minecraft-mod shields

Last synced: 6 days ago
JSON representation

Programmatically generated README shields for mods utilizing shields.io

Awesome Lists containing this project

README

        

# ModShields
A Ruby web application for generating shields through shields.io relating to mod data, such as FTB Gamepedia
completion, CurseForge latest version, and CurseForge total downloads.

## Examples
### Downloads

```
![Flaxbeard's Steam Power Downloads](http://modshields.herokuapp.com/totaldl?id=flaxbeards-steam-power)
```

![Flaxbeard's Steam Power Downloads](http://modshields.herokuapp.com/totaldl?id=flaxbeards-steam-power)

### Latest Version
#### Default

```
![SeedCopy Latest Version](http://modshields.herokuapp.com/latestversion?id=seedcopy)
```

![SeedCopy Latest Version](http://modshields.herokuapp.com/latestversion?id=seedcopy)

#### Specific MC Version

```
![SeedCopy Latest 1.8 Version](http://modshields.herokuapp.com/latestversion?id=seedcopy&mcversion=1.8)
```

![SeedCopy Latest 1.8 Version](http://modshields.herokuapp.com/latestversion?id=seedcopy&mcversion=1.8)

### Wiki

```
![ChaoticKarma Wiki Completeness](http://modshields.herokuapp.com/wiki?article=ChaoticKarma)
```

![ChaoticKarma Wiki Completeness](http://modshields.herokuapp.com/wiki?article=ChaoticKarma)