Show your social article on github readme profile
This repo is inspired by github-readme-medium-recent-article.
-
Recent article by index
https://github-readme-social-article.vercel.app/<social-site>/<user-name>/<article-id>
-
Recent article by index
https://github-readme-social-article.vercel.app/<social-site>/<user-name>/<index>
-
List of recent article
https://github-readme-social-article.vercel.app/<social-site>/<user-name>
Params | Description | Note | Example |
---|---|---|---|
<social-site> |
name of social site | Currently only support medium and devto |
medium |
<user-name> |
your user name in the social site | @tonynguyenit |
|
<index> |
Index of the article | Currently, Medium support maximum 10 articles | 0 |
<article-id> |
Unique article id from the social site | After publish the article will have a unique id | pixelate-images-and-html-element-in-react-78d4120357ad |
1. Medium
-
Recent article by article id
https://github-readme-social-article.vercel.app/medium/@tonynguyenit/pixelate-images-and-html-element-in-react-78d4120357ad
-
Recent article by index
https://github-readme-social-article.vercel.app/medium/@tonynguyenit/0
-
List of recent article
https://github-readme-social-article.vercel.app/medium/@tonynguyenit
Format Use Common Format
2. Devto
-
Recent article by article id
https://github-readme-social-article.vercel.app/devto/tonynguyenit/how-to-show-off-your-social-article-in-github-readme-profile-249
-
Recent article by index
https://github-readme-social-article.vercel.app/devto/tonynguyenit/0
-
List of recent article
https://github-readme-social-article.vercel.app/devto/tonynguyenit?top=2
Format Use Common Format
Special support
Queries | Type | Default value | Description | Example |
---|---|---|---|---|
top |
number | 6 | Top recent articles | Show 2 most recent articles https://github-readme-social-article.vercel.app/devto/tonynguyenit?top=2 |
-
Recent article by article id
https://github-readme-social-article.vercel.app/viblo/tonynguyenit/huong-cac-bai-viet-tren-cac-platform-cua-ban-tren-github-profile-aWj53j18l6m
-
Recent article by index
https://github-readme-social-article.vercel.app/viblo/tonynguyenit/0
-
List of recent article
https://github-readme-social-article.vercel.app/viblo/tonynguyenit?top=2
Format Use Common Format
Special support
Queries | Type | Default value | Description | Example |
---|---|---|---|---|
top |
number | 2 | Top recent articles | Show 2 most recent articles https://github-readme-social-article.vercel.app/viblo/tonynguyenit?top=10 |
There are 2 ways to embed link:
// README.md
![Medium Cards](https://github-readme-social-article.vercel.app/<social-site>/<user-name>/<index>)
OR
<img src="https://github-readme-social-article.vercel.app/<social-site>/<user-name>/<index>">
Contributions are welcome