https://github.com/eeshdarthvader/medium-posts-api
A api to fetch Medium posts and convert them to JSON.
https://github.com/eeshdarthvader/medium-posts-api
api medium-article nextjs reactjs
Last synced: 3 months ago
JSON representation
A api to fetch Medium posts and convert them to JSON.
- Host: GitHub
- URL: https://github.com/eeshdarthvader/medium-posts-api
- Owner: eeshdarthvader
- Created: 2020-07-20T00:12:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:55:04.000Z (over 3 years ago)
- Last Synced: 2025-05-31T00:51:38.689Z (about 1 year ago)
- Topics: api, medium-article, nextjs, reactjs
- Language: JavaScript
- Homepage: https://medium-posts-api.vercel.app
- Size: 1.17 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About this
Create public api using Medium RSS feed, to fetch your articles and return JSON response
.
The api is at https://medium-posts-api.vercel.app/api/medium/posts
Demo: https://medium-posts-api.vercel.app/
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.