Skip to content

RohitEdathil/project_card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A service to display a quick summary of a project on GitHub.

Python FastAPI Heroku

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://projectcard.rohitv.repl.co/project_card/{user}/{repo})](https://github.com/{user}/{repo})

An example of the project card:

Here,

{repo} : linux

{user} : torvalds

Project Card

Themes 🎨

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})

Available Themes

  • dark-blue (default)

Project Card

  • light

Project Card

  • violet

Project Card

  • dark-green

Project Card

  • greyscale

Project Card More themes coming soon ...

Any contributions are welcome 😀