Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kucrut/youtube-rss-url-extractor

Extract RSS URL from a YouTube URL
https://github.com/kucrut/youtube-rss-url-extractor

rss svelte sveltekit youtube

Last synced: 19 days ago
JSON representation

Extract RSS URL from a YouTube URL

Awesome Lists containing this project

README

        

# YouTube RSS URL Extractor

Demo: https://youtube-rss-url-extractor.vercel.app

## Developing

Once you've created a project and installed dependencies with `pnpm install`, start a development server:

```bash
pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev -- --open
```

## Building

To create a production version of your app:

```bash
pnpm build
```

You can preview the production build with `pnpm preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.