A service to display a quick summary of a project on GitHub.
Paste the code below with details filled in as specified below into your Readme.md.
{repo}
is the name of the repository.
{user}
is the name of the user.
[![Project Card](https://projectcard.rohitv.repl.co/project_card/{user}/{repo})](https://github.com/{user}/{repo})
An example of the project card:
Here,
{repo}
: linux
{user}
: torvalds
You can change the theme of the project card by adding a theme
parameter to the URL.
[![Project Card](https://projectcard.rohitv.repl.co/project_card/{user}/{repo}?theme={theme})](https://github.com/{user}/{repo})
dark-blue
(default)
light
violet
dark-green
greyscale