Aviortheking/codestats-readme

Broken api endpoint

LaysDragon opened this issue · 1 comments

Describe the bug
Seems like the api endpoint is broken and wildcard everything to Profile Card. Include valid or invalid api endpoint.

Expected behavior
I expected top langs cards would display top-ten lang info.

Screenshots / Live demo link (paste the github-readme-stats link as markdown image)
image
image

The Vercel App seems to be down and the code is also not working anymore by default (That's the reason why all images shown the profile card in the readme). I did a bit of workarounds in my Fork to address this issues. It can be used like intended, just adjust the API endpoints /profile (instead of /api), /history (instead of /api/history) and /toplang (instead of /api/top-langs).

Additionally, I wrote a GitHub Action thats also a part of the repository, that should be running now. If you want to use them, you can refer to my profile workflow, buut please consider it as "under development".

I'll create a PR as soon as I have time to clean up the fork.

Cheers, :Domai