0.1.0 • Published 1 year ago
zenn-rss v0.1.0
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.
0.1.0
1 year ago