https://github.com/yagiziskirik/another-medium-github-readme
This is an API to display your Medium.com articles on your Github page. You can customize the colours to your likings.
https://github.com/yagiziskirik/another-medium-github-readme
api github-readme github-readme-profile
Last synced: 3 months ago
JSON representation
This is an API to display your Medium.com articles on your Github page. You can customize the colours to your likings.
- Host: GitHub
- URL: https://github.com/yagiziskirik/another-medium-github-readme
- Owner: yagiziskirik
- License: mit
- Created: 2021-04-27T13:49:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T13:40:04.000Z (over 3 years ago)
- Last Synced: 2025-08-30T02:44:22.490Z (3 months ago)
- Topics: api, github-readme, github-readme-profile
- Language: JavaScript
- Homepage: https://another-medium-github-readme.vercel.app/api/medium
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Another Medium Github ReadMe API
 
I really liked the other versions of the Medium API's for Github, but they were a little short on customization side. I decided to create my own API to give users more customization options.

## Usage
You can use this API like this:
```

```
As I mentioned before, you can customize it to your liking. To do that, you can use the following queries:
* username: Your username in Medium.com.
* index: Index of the article.
* descLength: How many characters should be shown in the description section.
* borderRadius: Radius of the border in HEX.
* borderColor: Color of the border in HEX.
* titleColor: Color of the article in HEX.
* authorColor: Color of the author in HEX.
* descColor: Color of the description in HEX.
* bgColor: Color of the background in HEX.
* dateColor: Color of the date in HEX.
* highlightColor: Color of the highlight in HEX.
* generalWidth: Width of the container in pixels.
This is the combination of the all:
```

```