2018-06-22 17:20:48 +00:00
|
|
|
# badgen [![npm-version][npm-badge]][npm-link] [![install size][pp-badge]][pp-link]
|
2018-05-30 03:13:32 +00:00
|
|
|
|
|
|
|
Fast, handcraft, pure JavaScript badge generator.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
### Micro Service
|
|
|
|
|
2018-06-22 17:20:48 +00:00
|
|
|
`https://badgen.now.sh/badge/:subject/:status/:color`
|
2018-05-30 03:13:32 +00:00
|
|
|
|
|
|
|
- `subject` Text
|
|
|
|
- `status` Text
|
2018-06-22 17:20:48 +00:00
|
|
|
- `color` RGB color (default '3C1')
|
2018-05-30 03:13:32 +00:00
|
|
|
|
2018-06-22 17:20:48 +00:00
|
|
|
Examples:
|
|
|
|
| Preview | URL |
|
|
|
|
| --- | --- |
|
|
|
|
|![](https://badgen.now.sh/badge/build/passing) | https://badgen.now.sh/badge/build/passing |
|
|
|
|
|![](https://badgen.now.sh/badge/style/standard/f2a) | https://badgen.now.sh/badge/style/standard/f2a |
|
|
|
|
|![](https://badgen.now.sh/badge/license/Apache-2.0/07C) | https://badgen.now.sh/badge/license/Apache-2.0/07C |
|
2018-05-30 03:13:32 +00:00
|
|
|
|
|
|
|
### As npm package
|
|
|
|
|
|
|
|
```npm install badgen```
|
2018-06-22 17:20:48 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
MIT @ Amio
|
|
|
|
|
|
|
|
[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
|