zenn-rss
v0.1.0
Published
ZennのRSSフィードを取得するライブラリ
Downloads
53
Readme
zenn-rss
Overview
ZennのRSSフィードを取得するライブラリ
Notes
Installation
You can install this library using npm:
npm install zenn-rss
Usage
import { fetchZennRSS } from "zenn-rss";
// Fetch all RSS Feed data
const response = await fetchZennRSS(userId);
console.log(response);
// Fetch all articles
const articles = await fetchZennArticles(userId);
console.log(articles);
Link
License
This project is licensed under the MIT License - see the LICENSE file for details.