Skip to content

0x2E/rss-finder

Repository files navigation

RSS Finder

A modern web application to discover RSS feeds from any website. Powered by feedfinder-ts for reliable RSS feed detection.

Features

  • Robust Detection: Uses feedfinder-ts under the hood for comprehensive RSS feed discovery
  • Fast & Lightweight: Optimized for performance with minimal dependencies

Getting Started

Prerequisites

  • Node.js 22+
  • pnpm (recommended) or npm

Installation

# Clone the repository
git clone <your-repo-url>
cd rss-finder

# Install dependencies
pnpm install

Development

# Start development server
pnpm dev

Visit http://localhost:5173 to see the application.

Building

# Build for production
pnpm build

Deployment

Since this app is built with SvelteKit, it's compatible with multiple runtimes. Check the SvelteKit docs for platform-specific instructions.

API

Find RSS Feeds

POST /api/find-feeds

{
	"url": "https://example.com"
}

Response:

{
	"feeds": [
		{
			"title": "Example Blog RSS",
			"url": "https://example.com/rss.xml",
			"type": "application/rss+xml"
		}
	]
}

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

License

MIT

Credits

About

A tool for finding and sniffing rss links

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •