yarn add node-medium-feed
# or
npm install node-medium-feed
import { getLatest, getStory } from 'node-medium-feed'
const story = await getStory('[user-or-publication]', 'story-unique-slug')
const markdown = story.content.toMarkdown()
const latest = await getLatest('[user-or-publication]')
// ..
yarn
yarn test:watch
Copy, edit & rename serverless-example.yml as serverless.yml
yarn deploy-serverless
Project boilerplate provided by TypeScript Library Starter