Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/omidnikrah/github-readme-medium

📖 Dynamically generated your latest Medium article on your GitHub readmes!
https://github.com/omidnikrah/github-readme-medium

github-medium github-profile-readme github-readme github-readme-medium medium profile-readme readme-generator

Last synced: about 1 month ago
JSON representation

📖 Dynamically generated your latest Medium article on your GitHub readmes!

Awesome Lists containing this project

README

        



GitHub Readme Medium


📖 Show your latest Medium article on your READMEs!

## Usage

Copy paste following markdown into your markdown content, and that's it. Easy Easy Tammam Tammam!

Change the `?username=` value to your Medium's username.

```md
[![Omid Nikrah Medium](https://github-readme-medium.vercel.app/?username=omidnikrah)](https://medium.com/@omidnikrah)
```

[![Omid Nikrah Medium](https://github-readme-medium.vercel.app/?username=omidnikrah)](https://medium.com/@omidnikrah)

```md
[![Omid Nikrah Medium](https://github-readme-medium.vercel.app/?username=omidnikrah&limit=2&bg=red&text=green)](https://medium.com/@omidnikrah)
```

use hexacode without using '#' symbol

```md
[![Omid Nikrah Medium](https://github-readme-medium.vercel.app/?username=omidnikrah&limit=2&bg=222f2e&text=ff0000)](https://medium.com/@omidnikrah)
```

## Options
| Name | Description | Default value |
| ---------- | ------------------------------- | -------------------------- |
| username | Your Medium username | REQUIRED |
| limit | Count of articles to show | 1 |
| bg | Background color for card | white |
| text | color for text | black |

## Deploy your own
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https://github.com/omidnikrah/github-readme-medium)