badgen.net/README.md

61 wiersze
3.8 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-22 13:57:45 +00:00
[![StandardJS][standard-src]][standard-href]
[![dependencies][dep-src]][dep-href]
2018-07-22 14:04:03 +00:00
[![uptime past week][uptime-src]][uptime-href]
2018-07-22 13:57:45 +00:00
[![response time][response-src]][uptime-href]
2018-07-28 13:07:37 +00:00
![deploy to now][deploy-to-now]
2018-07-21 13:56:29 +00:00
2018-07-24 10:44:55 +00:00
Home of [Badgen](https://badgen.net), fast badge generating service.
2018-07-21 13:56:29 +00:00
## The Badgen Story
2018-07-26 14:59:09 +00:00
TLDR: Badgen Service is using [badgen](https://github.com/amio/badgen) to generate svg badges, running on Zeit's [Now Cloud](https://zeit.co/now), serving behind Now CDN.
2018-07-21 13:56:29 +00:00
2018-07-22 13:57:45 +00:00
> That's a service, that's a library, hooorey!
> [@tunnckoCore](https://twitter.com/tunnckoCore)
The [badgen](https://github.com/amio/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)?". 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](https://github.com/amio/badgen/blob/master/lib/widths-verdana-11.json), even no need to worry about kerning 🤯
2018-07-21 13:56:29 +00:00
2018-07-22 13:57:45 +00:00
And so, Badge Service was born. I had a good time with [shields.io](https://shields.io)(and earlier [badge.fury.io](https://badge.fury.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 well structured and fun to develop - it is pretty easy to add badge(s) for new service(s).
2018-07-21 13:56:29 +00:00
2018-07-22 13:57:45 +00:00
At the beginning I was considering between [now.sh](https://zeit.co/now) and [Google Cloud Functions](https://cloud.google.com/functions/). Then Zeit released [Now CDN](https://zeit.co/blog/now-cdn) on the same day as [badgen.now.sh](https://badgen.now.sh)'s reveal, what a fate! Base such service on Zeit's Now CDN is the perfect choice, we can stop thinking about caching and scalability issues. Badgen is the fastest possible badge generating service out there. It's fast, it's amazing, it's globally distributed and cached, because of Now.
2018-07-21 13:56:29 +00:00
Thanks to awesome people's help, Badgen are getting better and better. Welcome to join us, let's build the best badge service in the universe 🔥
2018-07-15 14:49:46 +00:00
## Developing
2018-07-22 13:57:45 +00:00
We are using [StandardJS][standard-href] style, make sure you have ESLint/Standard plugin on your editor and have autofix enabled.
### Add live badge
2018-08-01 04:56:12 +00:00
If a service you wish to have is still missing here, we welcome new contirbutions. Basically, you need to add a file in `libs/live-fns/[name-of-service].js` and that's it. Take [crates](https://badgen.net/#crates) as an example:
- [libs/live-fns/crates.js](libs/live-fns/crates.js) - the main function for [crates.io](https://crates.io)
- [libs/live-fns/_index.js](libs/live-fns/_index.js) - the list of all live-badges
- [libs/index.md](libs/index.md) - the `index.md` holds examples
To ensure that your addition is working correctly start the development server with `npm run dev`.
2018-07-10 08:17:58 +00:00
2018-08-01 04:56:12 +00:00
### Deploy to Now Cloud
2018-08-01 04:56:12 +00:00
Badgen generate badges on the fly, which means it's stateless (not rely on any db service). Deploy your own Badgen Service to [Now Cloud](https://zeit.co/now) with one single command:
```
now amio/badgen-service
```
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),
2018-07-16 08:19:43 +00:00
built with ⚡️ from [badgen](https://github.com/amio/badgen).
2018-07-22 13:57:45 +00:00
[now-href]: https://zeit.co/now
2018-07-22 16:36:17 +00:00
[standard-src]: https://badgen.net/badge/code%20style/standard/F2A
2018-07-22 13:57:45 +00:00
[standard-href]: https://standardjs.com/
2018-07-28 13:07:37 +00:00
[dep-src]: https://badgen.net/david/dep/amio/badgen-service?label=deps
2018-07-22 13:57:45 +00:00
[dep-href]: https://david-dm.org/amio/badgen-service
2018-07-28 13:07:37 +00:00
[uptime-src]: https://badgen.net/uptime-robot/day/m780731617-a9e038618dc1aee36a44c4af
2018-07-22 16:36:17 +00:00
[response-src]: https://badgen.net/uptime-robot/response/m780731617-a9e038618dc1aee36a44c4af
2018-07-22 13:57:45 +00:00
[uptime-href]: https://stats.uptimerobot.com/z6nqBfYGB
2018-07-28 13:07:37 +00:00
[deploy-to-now]: https://badgen.net/badge/%E2%96%B2%20Deploy%20to%20Now/$%20now%20amio%2Fbadgen-service/111