badgen.net/README.md

60 wiersze
2.7 KiB
Markdown
Czysty Zwykły widok Historia

2018-06-26 10:09:22 +00:00
# Badgen
2018-07-11 07:41:16 +00:00
Fast badge generating service. Built with [badgen](https://github.com/amio/badgen).
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-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 09:53:10 +00:00
#### Live Badge
2018-07-10 08:17:58 +00:00
| Keyword | Preview | URL |
| --- | --- | --- |
| npm version | ![](https://badgen.now.sh/npm/v/express) | https://badgen.now.sh/npm/v/express |
2018-07-12 07:03:51 +00:00
| npm dl/day | ![](https://badgen.now.sh/npm/dd/express) | https://badgen.now.sh/npm/dd/express |
| npm dl/week | ![](https://badgen.now.sh/npm/dw/express) | https://badgen.now.sh/npm/dw/express |
| npm dl/month | ![](https://badgen.now.sh/npm/dm/express) | https://badgen.now.sh/npm/dm/express |
2018-07-10 12:41:41 +00:00
| travis | ![](https://badgen.now.sh/travis/amio/micro-cors) | https://badgen.now.sh/travis/amio/micro-cors |
2018-07-12 18:30:11 +00:00
| travis (org) | ![](https://badgen.now.sh/travis-org/styfle/packagephobia) | https://badgen.now.sh/travis/styfle/packagephobia |
2018-07-10 12:41:41 +00:00
| circleci | ![](https://badgen.now.sh/circleci/github/amio/now-go) | https://badgen.now.sh/circleci/github/amio/now-go |
2018-07-10 18:21:45 +00:00
| appveyor | ![](https://badgen.now.sh/appveyor/github/gruntjs/grunt) | https://badgen.now.sh/appveyor/github/gruntjs/grunt |
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-10 13:04:33 +00:00
Made with ❤️ by [Amio](https://github.com/amio)
2018-06-28 02:54:27 +00:00
<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>