Skip to content

Harman-Sandhu/github-profile-readme-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Profile README Generator

Generate a dynamic image for your GitHub Profile README. (this is just the start, more to come!)

harmansxndhu

Features

GitHub Markdown Code

All you need to do is copy this code into your profile readme and change the username value to your GitHub username.

[![Harman's GitHub README](https://api.harmansandhu.tech/?username=harman-sandhu)](https://github.com/Harman-Sandhu/github-readme-generator)

Customization

You can customize the image however you want by simply changing parameters on the URL.

Options:

  • bg - Background color (hex or color name)
  • fill - Text color (hex or color name)
  • txt - Set sub heading text.
  • avatar - Show the default avatar (true/false)

Here the bg and fill parameters have been added with custom colors.

https://api.harmansandhu.tech/?username=harman-sandhu&bg=white&fill=black

This is how it looks with the avatar parameter set to false.

https://api.harmansandhu.tech/?username=harman-sandhu&bg=white&fill=black&avatar=false

Demo