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

https://github.com/atakde/nodejs-medium-fetcher


https://github.com/atakde/nodejs-medium-fetcher

github-profile medium-articles medium-feed nodejs

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# nodejs-medium-fetcher

## API Usage

```http
GET /?username={username}&limit={limit}&responseType={responseType}
```

```http
https://nodejs-medium-fetcher.vercel.app/?username=atakde&limit=5&responseType=svg
```

| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `username` | `string` | **Required** |
| `limit` | `number` | **Required** |
| `responseType` | `string` | **Required** (json, html, svg) |

## Example
```raw
![Alt text here](https://nodejs-medium-fetcher.vercel.app/?username=atakde&limit=5&responseType=svg)(https://medium.com/@atakde)
```
## Demo

[![Medium Articles](https://nodejs-medium-fetcher.vercel.app/?username=atakde&limit=5&responseType=svg)](https://medium.com/@atakde)