Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalanakt/github-readme-cards
A curated list of github readme cards
https://github.com/kalanakt/github-readme-cards
axios github github-api profile readme readme-badges readme-bolierplate readme-card readme-generator readme-profile readme-stats readme-template vercel
Last synced: about 1 month ago
JSON representation
A curated list of github readme cards
- Host: GitHub
- URL: https://github.com/kalanakt/github-readme-cards
- Owner: kalanakt
- Created: 2023-01-03T19:52:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T20:02:39.000Z (over 1 year ago)
- Last Synced: 2024-10-01T15:51:17.456Z (about 1 month ago)
- Topics: axios, github, github-api, profile, readme, readme-badges, readme-bolierplate, readme-card, readme-generator, readme-profile, readme-stats, readme-template, vercel
- Language: JavaScript
- Homepage: https://readme-cards.vercel.app/
- Size: 98.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github ReadMe Cards
Github ReadMe Cards is a simple and easy-to-use tool that allows you to create beautiful and informative cards for your GitHub profile README.
## Features
- Customizable card templates
- Easy-to-use interface
- Support for multiple languages
- Support for embedding images and videos## Usage of profile card
```
![github profile card](https://readme-cards.vercel.app/profile-card?name=kalanakt&subtitle=FRONT%20END%20DEVELOPER)
```![github profile card](https://readme-cards.vercel.app/profile-card?name=kalanakt&subtitle=FRONT%20END%20DEVELOPER)
Argument | Description | Deafault | Requeard
-------- | ----------- | -------- | --------
name | GitHub user name | - | Yes
title | Title Of Card | Github User Profile Full Name | No
blog | WebSite or Any Link | Profile User Profile Website Link | No
subtitle | Subtitle Of Card | Github User Profile Bio | No```
![github profile card](https://readme-cards.vercel.app/profile-card?name=&title=&blog=&subtitle=)
```## Usage of repo card
```
![github repo card](https://readme-cards.vercel.app/repo-card?name=kalanakt&repo=gh-readme-cards)
```![github repo card](https://readme-cards.vercel.app/repo-card?name=kalanakt&repo=gh-readme-cards)
Argument | Description | Deafault | Requeard
-------- | ----------- | -------- | --------
name | GitHub user name | - | Yes
repo | GitHub reposiyiry name | - | Yes```
![github repo card](https://readme-cards.vercel.app/repo-card?name=&repo=)
```### Customization
You can customize the look and feel of your cards by editing the `template.html` file in the `src` folder. This file contains the HTML and CSS used to generate the cards.### Contribution
- Any kind of contributions are welcomed, either it is in form of issues or pull requests.
- For any issues or feature requests, please open an issue.### Licence
gh-readme-cards is licensed under the MIT License.### Author
This project is created and maintained by [kalanakt](https://github.com/kalanakt)