You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.8 KiB

6 years ago
# Fast badge generating service
6 years ago
## Usage
6 years ago
```
https://badgen.now.sh/badge/:subject/:status/:color
──┬── ───┬─── ───┬── ──┬──
│ │ │ └ RGB / Color Name
│ TEXT TEXT
badge - Default badge generator
list - Auto replace ',' with ' | ' in {status}
```
Available color names:
6 years ago
![](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/blue/blue)
![](https://badgen.now.sh/badge/color/grey/grey)
![](https://badgen.now.sh/badge/color/black/black)
## Examples
| Preview | URL |
| --- | --- |
|![](https://badgen.now.sh/badge/chat/on%20gitter/blue) | https://badgen.now.sh/badge/chat/on%20gitter/blue |
|![](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 |
## License
ISC @ Amio
6 years ago
[github-link]: https://github.com/badgen/service
6 years ago
[npm-badge]: https://img.shields.io/npm/v/badgen.svg
[npm-link]: https://www.npmjs.com/package/badgen
[pp-badge]: https://packagephobia.now.sh/badge?p=badgen
[pp-link]: https://packagephobia.now.sh/result?p=badgen