1.0.1 • Published 1 year ago

syndicus v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

syndicus

A library to help developers implement content syndication.

Installation

npm install syndicus

Usage

"use client"

import { DevTo, Title, Content } from "syndicus"

const Article = () => {
  return (
    // Replace {POST_ID} by the Post ID of the post published on DEV.to
    <DevTo article="{POST_ID}">
      <Title />
      <Content />
    </DevTo>
  )
}

export default Article

Supported Platforms

  • DEV.to

Supported Content

  • Article

Roadmap

The short-term roadmap is defined by the issues open. If you want something implemented, make sure to open a issue in this repository.

1.0.1

1 year ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago