A NodeJs API from the https://github.com/irahel/Trybe-Github-Evaluator-Front project that evaluates the GitHub profile and creates an SVG
to integrate with your personal readme.
Copy-paste the following into your markdown readme.md!
change the <github_user> value to your GitHub username.
<img src="https://tgs.fly.dev/<github_user>" />
- Clone the repository and install the dependencies
npm install
- Start the frontend application locally
npm run dev
Feel free to contribute to this project, first fork this repository, then code your suggestions and open a pull request.
You can also create new themes and statistics.
Or consider opening an issue on GitHub.