This Node.js application generates a CV in PDF format using information from a GitHub account. It uses the GitHub API to fetch user data and pdf-lib
to create the PDF.
- Fetches GitHub user data and repositories.
- Generates a CV in PDF format.
- Provides an API endpoint to download the generated CV.
-
Open your web browser.
-
Go to the following URL, replacing
your_github_username
with your GitHub username:https://github-cv-generator.onrender.com/generate-cv?username=your_github_username
-
The server will generate a PDF CV using the GitHub data and prompt you to download it.
If your GitHub username is octocat
, navigate to:
https://github-cv-generator.onrender.com/generate-cv?username=octocat
The application will generate a PDF CV for the user octocat
and prompt you to download it.
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes.
- Push your changes to your fork.
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.