Package info

This commit is contained in:
Daniel Brendel
2022-09-22 00:51:50 +02:00
parent b02e52feef
commit de0de9bfdd
2 changed files with 3 additions and 2 deletions

View File

@ -23,6 +23,7 @@ APP_LINK_TWITTER="https://twitter.com/dbrendel_dev"
APP_LINK_STEAM="https://store.steampowered.com/developer/danielbrendel/" APP_LINK_STEAM="https://store.steampowered.com/developer/danielbrendel/"
APP_PACKAGE="danielbrendel/steamcards-web" APP_PACKAGE="danielbrendel/steamcards-web"
APP_SHOWNPMUSAGE=true APP_SHOWNPMUSAGE=true
APP_NPMPACKAGENAME=""
APP_NPMPACKAGEURL="" APP_NPMPACKAGEURL=""
STEAM_API_KEY="" STEAM_API_KEY=""

View File

@ -36,11 +36,11 @@
</div> </div>
<div class="navbar-item"> <div class="navbar-item">
<img src="https://img.shields.io/github/issues/{{ env('APP_PACKAGE') }}?style=social"/> <img src="https://img.shields.io/github/stars/{{ env('APP_PACKAGE') }}?style=social"/>
</div> </div>
<div class="navbar-item"> <div class="navbar-item">
<img src="https://img.shields.io/github/downloads/{{ env('APP_PACKAGE') }}/total?style=social"/> <img src="https://img.shields.io/npm/dt/{{ env('APP_NPMPACKAGENAME') }}?style=social"/>
</div> </div>
</div> </div>
</div> </div>