JuDO-dev / AirBorne.jl

AirBorne a complete algorithmic trading framework in Julia.
http://judo.dev/AirBorne.jl/
MIT License
1 stars 1 forks source link

Add Genie download metric to README.md #107

Closed brunocastroibarburu94 closed 1 year ago

brunocastroibarburu94 commented 1 year ago

Many developers like to use packages which are popular as it indicates a healthy community that maintains and develops a package. Adding the number of downloads of the package, see Plots.jl, can allow to display such information.

This will allow to have a downloads icon like below. The package needs to be registered.

Code:

[![Genie Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/AirBorne)](https://pkgs.genieframework.com?packages=AirBorne).

Preview:

Genie Downloads.