2018-06-26 10:09:22 +00:00
|
|
|
# Badgen
|
|
|
|
|
|
|
|
Fast badge generating service.
|
2018-06-26 05:39:49 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2018-06-26 08:18:50 +00:00
|
|
|
```
|
|
|
|
https://badgen.now.sh/badge/:subject/:status/:color
|
2018-06-26 14:19:05 +00:00
|
|
|
──┬── ───┬─── ──┬─── ──┬──
|
|
|
|
│ │ │ └ RGB / Color Name
|
|
|
|
│ TEXT TEXT ( optional )
|
2018-06-26 08:18:50 +00:00
|
|
|
│
|
|
|
|
badge - Default badge generator
|
|
|
|
list - Auto replace ',' with ' | ' in {status}
|
|
|
|
```
|
|
|
|
|
|
|
|
Available color names:
|
2018-06-26 05:39:49 +00:00
|
|
|
|
2018-06-29 16:59:20 +00:00
|
|
|
![](https://badgen.now.sh/badge/color/blue/blue)
|
|
|
|
![](https://badgen.now.sh/badge/color/cyan/cyan)
|
2018-06-26 05:39:49 +00:00
|
|
|
![](https://badgen.now.sh/badge/color/green/green)
|
|
|
|
![](https://badgen.now.sh/badge/color/yellow/yellow)
|
|
|
|
![](https://badgen.now.sh/badge/color/orange/orange)
|
|
|
|
![](https://badgen.now.sh/badge/color/red/red)
|
|
|
|
![](https://badgen.now.sh/badge/color/pink/pink)
|
|
|
|
![](https://badgen.now.sh/badge/color/purple/purple)
|
|
|
|
![](https://badgen.now.sh/badge/color/grey/grey)
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
| Preview | URL |
|
|
|
|
| --- | --- |
|
2018-06-26 11:13:44 +00:00
|
|
|
|![](https://badgen.now.sh/badge/chat/gitter/purple) | https://badgen.now.sh/badge/chat/gitter/purple |
|
2018-06-26 05:39:49 +00:00
|
|
|
|![](https://badgen.now.sh/badge/style/standard/f2a) | https://badgen.now.sh/badge/style/standard/f2a |
|
|
|
|
|![](https://badgen.now.sh/badge/stars/★★★★☆) | https://badgen.now.sh/badge/stars/★★★★☆ |
|
|
|
|
|![](https://badgen.now.sh/badge/license/Apache-2.0/blue) | https://badgen.now.sh/badge/license/Apache-2.0/blue |
|
|
|
|
|![](https://badgen.now.sh/list/platform/ios,macos,tvos/grey) | https://badgen.now.sh/list/platform/ios,macos,tvos/grey |
|
|
|
|
|
2018-07-10 08:17:58 +00:00
|
|
|
**Live Badge**
|
|
|
|
|
|
|
|
| Keyword | Preview | URL |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| npm version | ![](https://badgen.now.sh/npm/v/express) | https://badgen.now.sh/npm/v/express |
|
|
|
|
| npm downloads | ![](https://badgen.now.sh/npm/dd/express) | https://badgen.now.sh/npm/dd/express |
|
|
|
|
| npm downloads | ![](https://badgen.now.sh/npm/dw/express) | https://badgen.now.sh/npm/dw/express |
|
|
|
|
| npm downloads | ![](https://badgen.now.sh/npm/dm/express) | https://badgen.now.sh/npm/dm/express |
|
|
|
|
|
2018-06-26 05:39:49 +00:00
|
|
|
## License
|
|
|
|
|
2018-06-28 02:54:27 +00:00
|
|
|
ISC @ Amio
|
|
|
|
<span style="float:right; color: #AAA">
|
|
|
|
<a href="https://github.com/amio/badgen-service">badgen-service</a> |
|
|
|
|
<a href="https://github.com/amio/badgen">badgen</a>
|
|
|
|
</span>
|