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
- Host: GitHub
- URL: https://github.com/atakde/nodejs-medium-fetcher
- Owner: atakde
- Created: 2022-06-18T21:48:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T12:09:44.000Z (almost 2 years ago)
- Last Synced: 2024-08-25T13:27:20.579Z (almost 2 years ago)
- Topics: github-profile, medium-articles, medium-feed, nodejs
- Language: JavaScript
- Homepage: https://nodejs-medium-fetcher.vercel.app/generator
- Size: 70.3 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
(https://medium.com/@atakde)
```
## Demo
[](https://medium.com/@atakde)