Shields: How to get the monthly download badge in markdown

Created on 13 Dec 2017  路  2Comments  路  Source: badges/shields

Sorry for the dummy question, but I'm out of ideas..

but how am I supposed to use the npm badge?
npm

I tried
[![npm](https://img.shields.io/npm/dm/kotlin-graphics/kotlin-unsigned.svg)]() npm

but returns 0.. (which cannot be because I saw the github statistics)

question

Most helpful comment

The project you're trying to get stats for doesn't appear to be an npm package. It looks like you want the github release downloads badge:

[![Github All Releases](https://img.shields.io/github/downloads/kotlin-graphics/kotlin-unsigned/total.svg)]()

Github All Releases

All 2 comments

The project you're trying to get stats for doesn't appear to be an npm package. It looks like you want the github release downloads badge:

[![Github All Releases](https://img.shields.io/github/downloads/kotlin-graphics/kotlin-unsigned/total.svg)]()

Github All Releases

@elect86 Hope that is helpful! Please let us know if not.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rominf picture rominf  路  3Comments

calebcartwright picture calebcartwright  路  3Comments

calebcartwright picture calebcartwright  路  3Comments

techtonik picture techtonik  路  3Comments

korenyoni picture korenyoni  路  3Comments