Badgen Service
 
 
 
Go to file
Amio be0cc1d75f Cleanup README.md 2018-07-15 22:49:46 +08:00
libs Merge pull request #7 from simov/fix-chrome-web-store-user-count 2018-07-15 22:17:52 +08:00
.gitignore
README.md Cleanup README.md 2018-07-15 22:49:46 +08:00
index.md Cleanup README.md 2018-07-15 22:49:46 +08:00
now.json Create standalone index.md 2018-07-13 15:17:13 +08:00
package-lock.json Replace r2 with axios 2018-07-15 21:50:45 +08:00
package.json Replace r2 with axios 2018-07-15 21:50:45 +08:00
service.js

README.md

Badgen Service

The repo for https://badgen.now.sh, a fast badge generating service.

Usage

https://badgen.now.sh/badge/:subject/:status/:color
                      ──┬──  ───┬───  ──┬───  ──┬──
                        │       │       │       └─ RGB / Color Name
                        │      TEXT    TEXT       ( optional )
                        │
                     "badge" - default(static) badge generator

Available color names:

Examples

Static Badge

Preview URL
https://badgen.now.sh/badge/chat/gitter/purple
https://badgen.now.sh/badge/style/standard/f2a
https://badgen.now.sh/badge/stars/★★★★☆
https://badgen.now.sh/badge/license/Apache-2.0/blue
https://badgen.now.sh/list/platform/ios,macos,tvos/369

Live Badge

For full list of live badges, see https://badgen.now.sh

Developing

  • npm run start or better if you have nodemon: nodemon service.js

About

Made with ❤️ by Amio, built with from badgen