A service to display a quick summary of a project on GitHub.
📖
Usage 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://project-card-app.herokuapp.com/project_card/{user}/{repo})](https://github.com/{user}/{repo})
An example of the project card:
Here,
{repo}
: linux
{user}
: torvalds
🎨
Themes You can change the theme of the project card by adding a theme
parameter to the URL.
[![Project Card](https://project-card-app.herokuapp.com/project_card/{user}/{repo}?theme={theme})](https://github.com/{user}/{repo})
Available Themes
dark-blue
(default)
light
violet
More themes coming soon ...