You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not familiar with vueJS or JS in general, but I'd imagine there is a sane way to auto-update these values via their respective APIs. For example, for github's API's is apparently free to access:
$ curl https://api.github.com/repos/Redot-Engine/redot-engine | grep "stargazers_count"| sed "s/[^0-9]//g"
4742
The text was updated successfully, but these errors were encountered:
For these specific lines:
Github: MainPageHero.vue#L57
Discord: MainPageHero.vue#L64
Twitter/X: MainPageHero.vue#L71
Reddit: MainPageHero.vue#L78
I'm not familiar with vueJS or JS in general, but I'd imagine there is a sane way to auto-update these values via their respective APIs. For example, for github's API's is apparently free to access:
The text was updated successfully, but these errors were encountered: