Skip to content

Commit

Permalink
chore: add badgen badges in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoulain committed Dec 18, 2020
1 parent 99cbbbf commit a55ede2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ Universal Geocoder
[![codecov](https://img.shields.io/codecov/c/gh/universal-geocoder/universal-geocoder-js/main)](https://codecov.io/gh/universal-geocoder/universal-geocoder-js)

[![npm](https://img.shields.io/npm/v/universal-geocoder)](https://www.npmjs.com/package/universal-geocoder)
[![minified-size](https://img.shields.io/bundlephobia/min/universal-geocoder)](https://bundlephobia.com/result?p=universal-geocoder)
[![downloads](https://img.shields.io/npm/dw/universal-geocoder)](https://www.npmjs.com/package/universal-geocoder)

[![dependency-count](https://badgen.net/bundlephobia/dependency-count/universal-geocoder)](https://bundlephobia.com/result?p=universal-geocoder)
[![minified-size](https://img.shields.io/bundlephobia/min/universal-geocoder)](https://bundlephobia.com/result?p=universal-geocoder)
[![tree-shaking](https://badgen.net/bundlephobia/tree-shaking/universal-geocoder)](https://bundlephobia.com/result?p=universal-geocoder)
![types](https://badgen.net/npm/types/universal-geocoder)

Universal Geocoder is a universal JavaScript library for server-side and client-side geocoding applications with multiple built-in providers.

Need geocoding 🌍️ in your website or application? Don't want to be vendor-locked to a service? ✨️ Universal Geocoder ✨️ is for you!
Expand Down
11 changes: 10 additions & 1 deletion website/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,19 @@ img[alt="codecov"] {
img[alt="npm"] {
display: none;
}
img[alt="downloads"] {
display: none;
}
img[alt="dependency-count"] {
display: none;
}
img[alt="minified-size"] {
display: none;
}
img[alt="downloads"] {
img[alt="tree-shaking"] {
display: none;
}
img[alt="types"] {
display: none;
}

Expand Down

0 comments on commit a55ede2

Please sign in to comment.