Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivgtr/twitter-profile-card

🐣 Get dynamically generated Twitter Profile Card on your readmes!
https://github.com/ivgtr/twitter-profile-card

profile-readme readme-generator twitter

Last synced: 15 days ago
JSON representation

🐣 Get dynamically generated Twitter Profile Card on your readmes!

Awesome Lists containing this project

README

        


twitter-profile-card-default

Twitter Profile Card


Get dynamically generated Twitter Profile on your readmes!


---

## Setup

Copy-paste this into your markdown content, and that's it. Simple!

Change the ?id= value to your Twitter's screen_name.

```md
[![Twitter Profile Card](https://twitter-profile-card.vercel.app/api?id=twitter)](https://twitter.com/twitter)
```

### Multiple color variations

Use ?color=COLOR_NAME or ?bgColor=COLOR_NAME parameter like so :

```md
[![Twitter Profile Card](https://twitter-profile-card.vercel.app/api?id=twitter&color=pink)](https://twitter.com/twitter)
```

```md
[![Twitter Profile Card](https://twitter-profile-card.vercel.app/api?id=twitter&bgColor=gradient)](https://twitter.com/twitter)
```

##### All inbuilt color variations :

`blue`, `yellow`, `pink`. `purple`, `orange`, `green`, `white`, `gradient`

### Multiple color mode

Use ?mode=MODE_NAME parameter like so :

```md
[![Twitter Profile Card](https://twitter-profile-card.vercel.app/api?id=ivgtr&mode=dark)](https://twitter.com/twitter)
```

##### All inbuilt color modes :

`normal`, `dark`, `darkBlue`

##### Currently, the color changes only slightly.

I'm not a designer so I'm hoping some of you can help me out.

### Experimental Support

##### Select font in [Google Fonts](https://fonts.google.com/).

- Use `?font=FONT_NAME` parameter like so.

default: `Noto Sans JP`

## Deploy on your own Vercel instance

Due to the API restrictions of Twitter, you need to deploy to Vercel yourself.

If there are few users, there is no need for you to do anything.

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/ivgtr/twitter-profile-card)

## License
MIT ©[ivgtr](https://github.com/ivgtr)

[![Twitter Follow](https://img.shields.io/twitter/follow/ivgtr?style=social)](https://twitter.com/ivgtr) [![Github Follow](https://img.shields.io/github/followers/ivgtr?style=social)](https://github.com/ivgtr) [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Donate](https://img.shields.io/badge/%EF%BC%84-support-green.svg?style=flat-square)](https://www.buymeacoffee.com/ivgtr)