https://github.com/rohitedathil/project_card
A service to display a quick summary of a project on GitHub.
https://github.com/rohitedathil/project_card
card fastapi github hacktoberfest jinja2 project-showcase python readme readme-profile svg
Last synced: 10 months ago
JSON representation
A service to display a quick summary of a project on GitHub.
- Host: GitHub
- URL: https://github.com/rohitedathil/project_card
- Owner: RohitEdathil
- License: mit
- Created: 2021-11-19T16:50:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T10:01:54.000Z (over 3 years ago)
- Last Synced: 2023-03-11T07:26:55.253Z (about 3 years ago)
- Topics: card, fastapi, github, hacktoberfest, jinja2, project-showcase, python, readme, readme-profile, svg
- Language: Python
- Homepage: https://project-card-app.herokuapp.com/
- Size: 21.5 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.
```
[](https://github.com/{user}/{repo})
```
An example of the project card:
Here,
`{repo}` : `linux`
`{user}` : `torvalds`
[](https://github.com/torvalds/linux)
## Themes 🎨
You can change the theme of the project card by adding a `theme` parameter to the URL.
```
[](https://github.com/{user}/{repo})
```
### Available Themes
- `dark-blue` (default)
[](https://github.com/torvalds/linux)
- `light`
[](https://github.com/torvalds/linux)
- `violet`
[](https://github.com/torvalds/linux)
- `dark-green`
[](https://github.com/torvalds/linux)
- `greyscale`
[](https://github.com/torvalds/linux)
More themes coming soon ...
## Any contributions are welcome 😀