Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)