Skip to content

liuyuhe666/easy-rss-reader

Repository files navigation

🎯Easy RSS Reader

GitHub watchers GitHub stars GitHub forks

GitHub top language GitHub package.json version GitHub GitHub open issues GitHub closed issues GitHub last commit GitHub repo size

A minimalist RSS online browsing tool.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Configuration File

You can edit data.json and customize your content.

The following is an example.

{
  "values": [
    "https://www.zhihu.com/rss",
    "https://tech.meituan.com/feed/",
    "http://www.ruanyifeng.com/blog/atom.xml",
    "https://feeds.appinn.com/appinns/",
    "https://v2ex.com/feed/tab/tech.xml",
    "http://www.sciencenet.cn/xml/blog.aspx?di=30",
    "https://www.douban.com/feed/review/book",
    "https://www.douban.com/feed/review/movie",
    "https://www.geekpark.net/rss",
    "https://hostloc.com/forum.php?mod=rss&fid=45&auth=389ec3vtQanmEuRoghE%2FpZPWnYCPmvwWgSa7RsfjbQ%2BJpA%2F6y6eHAx%2FKqtmPOg",
    "https://rsshub.rssforever.com/bilibili/precious",
    "https://rsshub.rssforever.com/bilibili/ranking/129/7/1"
  ],
  "refresh": 6
}
  • values: Your RSS subscription link.
  • refresh: Refresh interval, in minutes.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Deploy to Vercel

Reference

Repobeats

Alt