Badgen Service
 
 
 
Go to file
Anton Zinovyev a270b70d2a badge(npm): add types badge (#318)
* Removes the useless horizontal scrollbar.
It appears due to `100vw` but since there is a vertical scrollbar it has only `100vw - scrollbar width` of width.

* Badge indicating whether type definitions is included with package, in separate package or missing at all.

* feat(types badge): Renamed typings to types;
fix(types badge): Use branded TS color as the backing of badge;
2019-10-31 11:40:02 +08:00
.github
components fix: link to now.sh 2019-10-28 17:26:07 +08:00
endpoints badge(npm): add types badge (#318) 2019-10-31 11:40:02 +08:00
libs feat: add create-badgen-handler.ts 2019-10-29 00:19:11 +08:00
pages refactor: jsx => tsx (next.js) 2019-10-04 21:44:20 +08:00
static
test
tools
.babelrc
.codeclimate.yml
.dockerignore
.eslintignore docs: remove note on standard 2019-09-01 21:32:00 +08:00
.eslintrc.yml chore: standard => eslint 2019-08-30 11:21:56 +08:00
.firebaserc
.gitignore
.travis.yml
Dockerfile polish: specify node version in dockerfile 2019-10-05 10:46:22 +08:00
LICENSE.md
README.md docs: remove note on standard 2019-09-01 21:32:00 +08:00
cloudbuild.yaml chore: alter gcloud deploy target 2019-09-01 22:03:15 +08:00
firebase.json
index.ts
next-env.d.ts Update next to 9 2019-07-12 13:06:19 +08:00
next.config.js Update next to 9 2019-07-12 13:06:19 +08:00
nodemon.json Update next to 9 2019-07-12 13:06:19 +08:00
now-v2.json chore: refine now v2 routes 2019-10-26 00:33:49 +08:00
now.json Deploy to now as docker type 2019-07-12 16:21:00 +08:00
package-lock.json feat: add create-badgen-handler.ts 2019-10-29 00:19:11 +08:00
package.json feat: add create-badgen-handler.ts 2019-10-29 00:19:11 +08:00
server.tsconfig.json feat: add create-badgen-handler.ts 2019-10-29 00:19:11 +08:00
tsconfig.json feat: add create-badgen-handler.ts 2019-10-29 00:19:11 +08:00

README.md

Badgen Service

Home of badgen.net, fast badge generating service.

The Badgen Story

That's a service, that's a library, hooorey! - @tunnckoCore

Finally something to replace http://shields.io - @EGOIST

Epic work on Badgen! Porting the @dependabot badges over to it now. - @greybaker

The badgen library was born as an exploration of "is it possible to generate badge SVG markup directly with JavaScript (without using pdfkit/canvas/puppeteer to measure text length)?". The result is better than I expected, Verdana (the de-facto font for badges) text width can be calculated precisely with a prebuilt char-width-table, even no need to worry about kerning 🤯

Then, logically, Badgen Service was born. I had a good time with shields.io, but as time goes by Shields gets slower, leaves more and more broken badges in READMEs. Badgen is trying to be a fast alternative with simplicity and flexibility. Its codebase is simple (2K LoCs vs Shields' 22K LoCs), well structured and fun to develop - it is pretty easy to add badge(s) for new service(s).

In the beginning, I was considering both Now and Google Cloud Functions. Then Zeit announced Now CDN on the same day as badgen.now.sh (the PoC of Badgen Service)'s reveal, what a fate! Cloudflare powered Now CDN is a perfect choice for such service, caching and scalability in simplicity. Badgen is the fastest possible badge generating service out there. It's fast, it's reliable, it's globally distributed and cached, thanks to Now.

At the time of badgen.now.sh's reveal, it had only four live badges as demonstrations. Since then, thanks to awesome people's help, Badgen keeps getting better at a fast pace. Welcome to join us, let's build the best badge service in the universe 🔥

Anatomy

  • Written in TypeScript
  • Using badgen library to generate svg on the fly
  • Two styles
  • Two badge types
    • static badge - URL defined badge (label, status, color)
    • live badge - Show live status from 3rd party services
  • Builtin Icons & External Icon Support
  • Docker image amio/badgen

Developing

Contributors Dependencies Maintainability Code Quality Docker image

start dev server

npm run dev

run with docker

docker run -p 3000:3000 amio/badgen

Add Live Badge

If a service you wish to have is still missing here, we welcome new contributions. Basically, you need to add a file in endpoints/[name-of-service].ts and that's it. Take /crates as an example:

To ensure that your addition is working correctly, start the development server with npm run dev.

NOTES

  • You can create live badge without touching badgen.net's code. Checkout docs for /runkit or /https.

  • The /runkit support would be super handy for prototyping a new live badge.

Add Icon

You can contribute icons to badgen-icons. Please make sure new icon is optimized using svgomg.

Tracking Policy

Badgen use Sentry to collect errors for improving service, use Google Analytics on doc pages (home, /github, /packagephobia, etc.) to understand overall usage.

Badgen do not collect any identifying information.

Contributors

Thanks to our contributors 🎉👏

Support Badgen

We are on OpenCollective https://opencollective.com/badgen

Support this project by donation, help Badgen continue and evolving!

[Become a backer]

Sponsors