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

https://github.com/benchlab/dweb-shields

dWeb Shields For dWeb-based Projects.
https://github.com/benchlab/dweb-shields

custom-node-shields dweb-badges dweb-protocol dweb-shields

Last synced: 2 months ago
JSON representation

dWeb Shields For dWeb-based Projects.

Awesome Lists containing this project

README

          

# dWeb Shields
Below are several dWeb Shields for any sort of dWeb-based project. That includes those who use the dWeb's distributed repository. There is also a [dWeb Standard README](https://github.com/benchlab/dweb-standard-readme) for those who want to be as uniform as possible with other official dWeb projects. Below is a collection of dWeb Shields and how it works.

## How It Works
dWeb Shields are generated by our [dWeb Shields Server](https://github.com/benchlab/dweb-shields-server) at `https://dweb-shields.herokuapp.com`.

**NOTE**: Once we move to production, we plan on updating the URL but the Heroku URL will always remain active.

### Custom Shields
If you want to create a custom shield, it's very easy. Simply use the following API schema below:

```
https://dweb-shields.herokuapp.com/dwebshield/leftText/rightText/color
```

Boom! New dWeb Shield.

### Formatting A Custom Shield For Markdown:
Take the URL from the [Custom Shields](#custom-shields) section above and do like so:

```
[![dWebShield](https://dweb-shields.herokuapp.com/dwebshield/dweb/custom/lightgreen)](https://https://github.com/benchlab/dweb-shields)
```

Paste that code in your README.md file and you're set!

### Colors For dWeb Shields
Below are a list of colors you can use with dWeb Shields

```

red
lightgreen
green
yellow
black
blue
lightblue
custom HEX
```

## dWeb Official Shields
Below is a list of our official dWeb Shields. Use as many times as you like.

### dWeb Protocol Shield
[![dWebProtocol](https://github.com/benchlab/dweb-shields/blob/master/shields/dweb-protocol-shield.svg)](https://https://github.com/benchlab/dweb)

```
[![dWebShield](https://github.com/benchlab/dweb-shields/blob/master/shields/dweb-protocol-shield.svg)](https://https://github.com/benchlab/dweb)
```

### dWeb Official Shield
[![dWebShield](https://dweb-shields.herokuapp.com/dwebshield/%20dWeb%20/%20Official%20/lightgreen)](https://https://github.com/benchlab/dweb)

```
[![dWebShield](https://dweb-shields.herokuapp.com/dwebshield/%20dWeb%20/%20Official%20/lightgreen)](https://https://github.com/benchlab/dweb)
```

**Shields.io Alternative**

[![dWebShield](https://img.shields.io/badge/dWeb-Official-brightgreen.svg)](https://https://github.com/benchlab/dweb)

```
[![dWebShield](https://img.shields.io/badge/dWeb-Official-brightgreen.svg)](https://https://github.com/benchlab/dweb)
```

### DCDN Integrated Shield
[![dWebShield](https://dweb-shields.herokuapp.com/dwebshield/%20DCDN%20/integrated/lightgreen)](https://https://github.com/benchlab/dcdn)

```
[![dWebShield](https://dweb-shields.herokuapp.com/dwebshield/%20DCDN%20/integrated/lightgreen)](https://https://github.com/benchlab/dcdn)
```

**Shields.io Alternative**

[![dWebShield](https://img.shields.io/badge/DCDN-Integrated-brightgreen.svg)](https://https://github.com/benchlab/dcdn)

```
[![dWebShield](https://img.shields.io/badge/DCDN-Integrated-brightgreen.svg)](https://https://github.com/benchlab/dcdn)
```

### dWeb App Shield
[![dWebShield](https://dweb-shields.herokuapp.com/dwebshield/%20dWeb%20/App/lightgreen)](https://https://github.com/benchlab/dweb)

```
[![dWebShield](https://dweb-shields.herokuapp.com/dwebshield/%20dWeb%20/App/lightgreen)](https://https://github.com/benchlab/dweb)
```
**Shields.io Alternative**

[![dWebShield](https://img.shields.io/badge/dWeb-App-brightgreen.svg)](https://https://github.com/benchlab/dweb)

```
[![dWebShield](https://img.shields.io/badge/dWeb-App-brightgreen.svg)](https://https://github.com/benchlab/dweb)
```