Home

Awesome

<div align="center"> <a href="https://ytify.netlify.app"><img src="public/ytify_thumbnail_max.webp" width="70%"></a>

Netlify Status Telegram Members Matrix

</div>

ytify is a simple WebApp, built with vanilla TypeScript for maximum efficiency, that streams only audio from YouTube. Listen to Podcasts, Audiobooks, Music, Livestreams and other Audio focused YouTube Videos, even under the lowest network conditions.

As covered in https://blog.csdn.net/gitblog_00024/article/details/139895018

What else are you getting ?

1000012574 1000012580 1000012579

WHY / The story of ytify with n-ce

Usage 👆

https://ytify.netlify.app is the only official location that the main branch is directly connected to.

License 📝

Read More.

Contributing 📋

This project is actively seeking contributors, Read More Here.

Development 🔧

  1. Prerequisites : Node.js , Beginner TypeScript Knowledge.
  2. Clone repository with
git clone https://github.com/n-ce/ytify --depth 1

or

 gh repo clone n-ce/ytify -- --depth 1
  1. Move to Directory, Update & Install Dependencies
cd ytify ; npm run update; npm i
  1. If you prefer using DevTools, you may disable eruda in vite.config.ts injectEruda(false),

  2. Start the development server and open localhost

npm run dev -- --open
  1. Learn More at our wiki.

Acknowledgements 🙏