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

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.

Awesome Lists containing this project

README

          

## About this

Create public api using Medium RSS feed, to fetch your articles and return JSON response

![Screenshot](./posts.png).

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.