rss-news-to-json-node-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

📰 News RSS to JSON SDK 📰

🗞️ Introduction

This Node.js project provides an SDK/API for fetching and processing news RSS feeds. It simplifies the process of retrieving news articles from various sources in a standardized format.

🗞️ Installation

To install the News RSS SDK/API, you can use npm. Open a terminal and run the following command:

npm install rss-news-to-json-node-sdk

🗞️ Sample Usage

const {createRSSNewsToJSONSDKClient} = require('rss-news-to-json-node-sdk')

const init = async () => {
  const newsConfig = () => {
    return createRSSNewsToJSONSDKClient(
      'https://www.voaindonesia.com/api/zmgqoe$moi',
    )
  }
  const response = await newsConfig().news().listNews('')

  console.log('response:', response.data)
}

init()

🗞️ Next To-Do List

  • [ ] Implement get news if provider by the news provider

💻 Open Contribution

I welcome contributions from the community!

Readme

Keywords

none

Package Sidebar

Install

npm i rss-news-to-json-node-sdk

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

16.7 kB

Total Files

8

Last publish

Collaborators

  • ilhamfadllah