All Projects → bogdanRada → Ruby Gem Downloads Badge

bogdanRada / Ruby Gem Downloads Badge

Licence: mit
Clean and simple gem downloads count badge, courtesy of http://shields.io/. You can checkout the application directly at the following URL:

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Ruby Gem Downloads Badge

Contrast Swatch
🅰️ Image microservice for color contrast information
Stars: ✭ 210 (+624.14%)
Mutual labels:  svg, image, badge, color
File Icon
Get the icon of a file or app as a PNG image (macOS)
Stars: ✭ 100 (+244.83%)
Mutual labels:  image, png, icon
Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (+2596.55%)
Mutual labels:  image, png, color
Sakurakit
🤡SakuraKit, a lightweight and powerful library for application to switching themes or skins.
Stars: ✭ 682 (+2251.72%)
Mutual labels:  image, color, icon
Icotar
A free colorful icon avatar generator.
Stars: ✭ 94 (+224.14%)
Mutual labels:  svg, png, icon
Badges4 Readme.md Profile
👩‍💻👨‍💻 Improve your README.md profile with these amazing badges.
Stars: ✭ 929 (+3103.45%)
Mutual labels:  social, badge, icon
Sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
Stars: ✭ 21,131 (+72765.52%)
Mutual labels:  svg, image, png
Php Qrcode
A QR Code generator for PHP7.4+
Stars: ✭ 685 (+2262.07%)
Mutual labels:  svg, png
Leanify
lightweight lossless file minifier/optimizer
Stars: ✭ 694 (+2293.1%)
Mutual labels:  svg, png
Django Admin Interface
django's default admin interface made customizable. popup windows replaced by modals. :mage: ⚡️
Stars: ✭ 717 (+2372.41%)
Mutual labels:  flat, logo
Svgexport
SVG to PNG/JPEG command-line tool and Node.js module
Stars: ✭ 731 (+2420.69%)
Mutual labels:  svg, png
Leetheme
优雅的主题管理库- 一行代码完成多样式切换
Stars: ✭ 762 (+2527.59%)
Mutual labels:  image, color
Flyimg
Dockerized PHP7 application runs as a Microservice to resize and crop images on the fly. Get optimised images with MozJPEG, WebP or PNG using ImageMagick. Includes face detection, cropping, face blurring, image rotation and many other options. Abstract storage based on FlySystem in order to store images on any provider (local, AWS S3...).
Stars: ✭ 762 (+2527.59%)
Mutual labels:  image, png
Bbmetalimage
A high performance Swift library for GPU-accelerated image/video processing based on Metal.
Stars: ✭ 677 (+2234.48%)
Mutual labels:  image, png
Nuxt Optimized Images
🌅🚀 Automatically optimizes images used in Nuxt.js projects (JPEG, PNG, SVG, WebP and GIF).
Stars: ✭ 717 (+2372.41%)
Mutual labels:  svg, image
Browser Logos
🗂 High resolution web browser logos
Stars: ✭ 5,538 (+18996.55%)
Mutual labels:  svg, logo
Libvips
A fast image processing library with low memory needs.
Stars: ✭ 6,094 (+20913.79%)
Mutual labels:  svg, png
Iro.js
🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats
Stars: ✭ 796 (+2644.83%)
Mutual labels:  svg, color
Scrimage
Java, Scala and Kotlin image processing library
Stars: ✭ 792 (+2631.03%)
Mutual labels:  image, png
Svgicon
SVG icon components and tool set
Stars: ✭ 817 (+2717.24%)
Mutual labels:  svg, icon

https://ruby-gem-downloads-badge.herokuapp.com/ - gem downloads shields

Inline docs Code Climate

Clean and simple gem download badge, courtesy of shields.io, that displays the downloads number of your gem. By default will display the downloads count of the latest version of the gem provided.

Currently this service supports only SVG, PNG, JPG (or JPEG) and JSON format

The JSON format though will not display a badge but the data received from rubygems.org in JSON format

##Use

In your README.md, just add an image with the base URL (https://ruby-gem-downloads-badge.herokuapp.com/) followed by the gem name and the version, for example :

You will then get a nice and pretty SVG with the downloads count of the gem provided:

  ![](https://ruby-gem-downloads-badge.herokuapp.com/rails)

Or you can use any extension you like like this (e.g. PNG, JSON):

  ![](https://ruby-gem-downloads-badge.herokuapp.com/rails?extension=png)

You can also specify the version of the gem, for example:

  ![](https://ruby-gem-downloads-badge.herokuapp.com/rails/4.1.0)

You can also specify to display the total downloads count like this:

  ![](https://ruby-gem-downloads-badge.herokuapp.com/rails?type=total)

You can also specify to display the total downloads count for a version like this:

  ![](https://ruby-gem-downloads-badge.herokuapp.com/rails/4.1.0?type=total)

You can also customize the message displayed when using type=total params by using this:

  ![](https://ruby-gem-downloads-badge.herokuapp.com/rails?type=total&total_label=total-awesome)

If you want the downloads count to use metrics,, you can add &metric=true at the end of the url.

![](https://ruby-gem-downloads-badge.herokuapp.com/rails?metric=true)

That's it!

###Further Customization

If you want to change the color of your badge, just append &color=COLOR_NAME to the image URL. By default, the badge is blue.

Available colors are (gem is rails):

Color Badge
brightgreen
green
yellowgreen
yellow
orange
red
lightgray
blue
ff69b4

If you want to style of the badge just append &style=STYLE_NAME.to the image URL. By default, the badge is flat

Available styles are:

Style Name Badge
flat
plastic
flat-square
social

For social badges you can also use links for both sides of the badge like this:

![](https://ruby-gem-downloads-badge.herokuapp.com/rails?style=social&link=https://google.com&link=https://yahoo.com)

If you want something else written on the badge you can use:

![](https://ruby-gem-downloads-badge.herokuapp.com/rails?label=something-else)

You can change the logo width by using this:

![](https://ruby-gem-downloads-badge.herokuapp.com/rails?logoWidth=80)

If you specify a version that is not valid like this, you will see a invalid image:

![](https://ruby-gem-downloads-badge.herokuapp.com/rails/4.1.dsad)


This repository was created by bogdanRada - but is completely built off of shields.io - go check them out! Having a problem? Open an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].