pahlevikun / Github-Read-Medium

Simple app for showing Medium articles as a card on GitHub Readme

Home Page:https://github-read-medium-git-main.pahlevikun.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Read Medium

Show your recent Medium post on GitHub! Github read Medium!


Getting Started

Import this link in README.md or any markdown file as image source. This can be use anywhere

Minimum format

  https://github-read-medium-git-main.pahlevikun.vercel.app/latest?username=`your_medium_username`

Sample

Markdown:

 [Medium](https://github-read-medium-git-main.pahlevikun.vercel.app/latest?username=pahlevikun)

Html:

<img src="https://github-read-medium-git-main.pahlevikun.vercel.app/latest?username=`your_medium_username`"/>

Result

Medium

Options

parameter default required description
username "" YES Your medium username
limit 1 NO Limit of articles you want to show
theme default NO Card style, please go to this link for all theme

Deploy your own

GitHub API only allow 5k RPH, if you want to use this, please deploy your app in your vercel account by clicking button below

Deploy with Vercel

About

Simple app for showing Medium articles as a card on GitHub Readme

https://github-read-medium-git-main.pahlevikun.vercel.app

License:MIT License


Languages

Language:JavaScript 100.0%