bestia-dev / cargo_crev_web

web server to query reviews from cargo-crev
https://lucianobestia.github.io/cargo_crev_web
MIT License
8 stars 0 forks source link

badges #3

Closed bestia-dev closed 3 years ago

bestia-dev commented 4 years ago

I added badges to my web service. For starter I return the number of all existing crev reviews. It is pretty difficult to come up with just one number for ratings. Because there are multiple versions. Eventually we will get there too.

image

See it working here: https://github.com/LucianoBestia/reader_for_microxml

The markdown code is:

[![crev_count](
https://bestia.dev/cargo_crev_web/badge/crev_count/reader_for_microxml.svg
)](https://bestia.dev/cargo_crev_web/crate/reader_for_microxml)
bestia-dev commented 4 years ago

Past conversation same topic on other issue: https://github.com/crev-dev/cargo-crev/issues/335#issue-609266051