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

https://github.com/souravdey777/github-cards-external-blogs

Add your medium blog in your Github profile. Using GitHub blog cards.
https://github.com/souravdey777/github-cards-external-blogs

blogs dev-api github github-profile java medium medium-api medium-article profile tech-blog technology

Last synced: 10 months ago
JSON representation

Add your medium blog in your Github profile. Using GitHub blog cards.

Awesome Lists containing this project

README

          

## Blog Cards :loudspeaker:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat)](https://opensource.org/licenses/MIT)
[![GitHub version](https://img.shields.io/badge/version-1.0-brightgreen.svg?style=flat)](https://github.com/Souravdey777/Github-Cards-External-Blogs)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/Souravdey777/Github-Cards-External-Blogs/issues)

**Show your support, a :star: is all this repo needs** :smile:

**Check deploy your own :point_down:**

Fetch your external blogs and display it right in your github profile.

```
[![Sourav Dey's Blog Cards](https://github-cards-external-blogs.souravdey777.vercel.app/getMediumBlogs?username=Souravdey777&type=horizontal)](https://medium.com/@Souravdey777)
```

[![Sourav Dey's Blog Cards](https://github-cards-external-blogs.souravdey777.vercel.app/getMediumBlogs?username=Souravdey777&type=horizontal)](https://medium.com/@Souravdey777)

---

### Query params

Use the `?username=` of your Medium's account to fetch the blogs.

Use the `&type=` (horizontal or vertical) for alignment.(Optional). Default= **vertical**

Use the `&limit=` (number) for limit the count of blogs.(Optional). Default= **5**

---

### Example of markdown syntax

Paste the markdown in your github readme (change the username)

```
[![Sourav Dey's Blog Cards](https://github-cards-external-blogs.souravdey777.vercel.app/getMediumBlogs?username=_Username_&type=horizontal)](https://medium.com/@_Username_)
```

---

### Example of Vertical

```
[![Sourav Dey's Blog Cards](https://github-cards-external-blogs.souravdey777.vercel.app/getMediumBlogs?username=Souravdey777&type=vertical)](https://medium.com/@Souravdey777)
```

[![Sourav Dey's Blog Cards](https://github-cards-external-blogs.souravdey777.vercel.app/getMediumBlogs?username=Souravdey777&type=vertical)](https://medium.com/@Souravdey777)

---

### Example of Horizontal

```
[![Sourav Dey's Blog Cards](https://github-cards-external-blogs.souravdey777.vercel.app/getMediumBlogs?username=Souravdey777&type=horizontal)](https://medium.com/@Souravdey777)
```

[![Sourav Dey's Blog Cards](https://github-cards-external-blogs.souravdey777.vercel.app/getMediumBlogs?username=Souravdey777&type=horizontal)](https://medium.com/@Souravdey777)

---

**WIP**

- [x] Medium BLogs
- [x] DEV BLogs
- [ ] UI Improvisation
- [ ] Customisation of cards

**Open to Suggestions, Issues and Contributions** :smile:

---

### Deploy your own

**Show some love with :star:**

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/git?s=https://github.com/Souravdey777/Github-Cards-External-Blogs)