Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kucrut/youtube-rss-url-extractor
- Owner: kucrut
- License: mit
- Created: 2024-02-10T09:50:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T01:12:34.000Z (9 months ago)
- Last Synced: 2024-10-07T09:06:59.237Z (about 1 month ago)
- Topics: rss, svelte, sveltekit, youtube
- Language: Svelte
- Homepage: https://youtube-rss-url-extractor.vercel.app
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.