https://github.com/kurt-liao/medium-story
Show your recent Medium stories on github readme.
https://github.com/kurt-liao/medium-story
github-readme javascript medium readme
Last synced: 5 months ago
JSON representation
Show your recent Medium stories on github readme.
- Host: GitHub
- URL: https://github.com/kurt-liao/medium-story
- Owner: kurt-liao
- License: mit
- Created: 2022-06-27T16:09:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T00:50:08.000Z (almost 4 years ago)
- Last Synced: 2025-12-22T20:04:17.451Z (6 months ago)
- Topics: github-readme, javascript, medium, readme
- Language: JavaScript
- Homepage: https://medium-story.vercel.app
- Size: 698 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Get recent medium stories on your README profile
# Medium Story Card
Easy to use! 🅲🆃🆁🅻+🅲 & 🅲🆃🆁🅻+🆅 into your readme markdown.
Change the `?username=` value to your Medium's username.
```md
[](https://medium-story.vercel.app/api?username=@s09001&index=0&is_link=true)
```
[](https://medium-story.vercel.app/api?username=@s09001&index=0&is_link=true)
or
_Note: This project use rss to get your newest 10 stories. The `index` param let
you to choose which story you want to get, 0 means the latest story, etc._
You can see an example **[here](https://github.com/kurt-liao/kurt-liao)** as well.
### Hide specific info
You can pass a `&hide=` parameter with comma-separated values.
> `&hide=date,img,desc,category`
```md

```

### Get story url
You can pass a `&is_link=true`. Instead of return a svg image, the request will
return the link of story
```
https://medium-story.vercel.app/api?username=@s09001&index=0&is_link=true
```
## Deploy your own 🚀
Guide
- Fork this repo
- Sign up and log in into [Vercel](https://vercel.com/)
- Go to Vercel [dashboard](https://vercel.com/dashboard)
- Click `New Project`
- Click `Import Git Respository`(Of course you need to authorize the repo first,
then you can see the repo in the list)

- Click `delpoy`, and done. Find out your domain and start to use it!
- Add following command to prevent deploying on irrelevant changes.

---
Contributions welcome! Also ⭐