badgen.net/README.md

52 wiersze
2.1 KiB
Markdown
Czysty Zwykły widok Historia

2018-07-15 14:49:46 +00:00
# Badgen Service
2018-06-26 10:09:22 +00:00
2018-07-15 14:49:46 +00:00
The repo for https://badgen.now.sh, a 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
──┬── ───┬─── ──┬─── ──┬──
2018-07-12 07:03:51 +00:00
│ │ │ └─ RGB / Color Name
2018-06-26 14:19:05 +00:00
│ TEXT TEXT ( optional )
2018-06-26 08:18:50 +00:00
2018-07-12 05:49:00 +00:00
"badge" - default(static) badge generator
2018-06-26 08:18:50 +00:00
```
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
2018-07-10 09:53:10 +00:00
#### Static Badge
2018-07-10 08:37:34 +00:00
2018-06-26 05:39:49 +00:00
| Preview | URL |
| --- | --- |
2018-07-15 14:49:46 +00:00
|![](https://badgen.now.sh/badge/chat/gitter/purple) | [https://badgen.now.sh/badge/chat/gitter/purple](https://badgen.now.sh/badge/chat/gitter/purple)
|![](https://badgen.now.sh/badge/style/standard/f2a) | [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/★★★★☆](/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/badge/license/Apache-2.0/blue)
|![](https://badgen.now.sh/list/platform/ios,macos,tvos/369) | [https://badgen.now.sh/list/platform/ios,macos,tvos/369](https://badgen.now.sh/list/platform/ios,macos,tvos/369)
2018-06-26 05:39:49 +00:00
2018-07-10 09:53:10 +00:00
#### Live Badge
2018-07-10 08:17:58 +00:00
2018-07-15 14:49:46 +00:00
For full list of live badges, see https://badgen.now.sh
## Developing
- `npm run start` or better if you have nodemon: `nodemon service.js`
2018-07-10 08:17:58 +00:00
2018-07-10 13:04:33 +00:00
## About
2018-06-26 05:39:49 +00:00
2018-07-15 14:49:46 +00:00
Made with ❤️ by [Amio](https://github.com/amio),
built with ⚡️ from [badgen](https://github.com/amio/badgen)