# Hyperpipe ![On Codeberg](https://codeberg.org/Hyperpipe/static/raw/branch/master/on-codeberg.svg) A Privacy Respecting Frontend for YouTube Music inspired and built with [Piped][piped] ( and a tiny bit of messy custom scrapers ). ![YouTube Music](https://img.shields.io/badge/youtube-music-red?style=for-the-badge&logo=youtube) ![Website](https://img.shields.io/website?down_color=red&down_message=offline&label=status&style=for-the-badge&up_color=cornflowerblue&up_message=online&url=https%3A%2F%2Fhyperpipe.surge.sh) ## Usage ```sh npm install ``` ### Compile and Hot-Reload for Development #### Local ```sh npm run dev ``` #### Local + Network ```sh npm run host ``` ### Compile and Minify for Production ```sh npm run build ``` ## Instances | Instance | Country | Country (Custom Scraper) | Offical | | ---------------------------- | ------- | ------------------------ | ------- | | [hyperpipe.surge.sh][hypipe] | πŸ‡ΊπŸ‡Έ | πŸ‡©πŸ‡ͺ | βœ… | ## LICENSE ### GPL v3 Only Please refer to LICENSE. ### Dependencies and Mentions - VueJS -> [MIT][vue] - ViteJS -> [MIT][vite] - hls.js -> [APACHE][hls] - Bootstrap Icons -> [MIT][bi] - VueJS theme -> [MIT][vuetheme] - Nord theme -> [MIT][nord] [hypipe]: https://hyperpipe.surge.sh [piped]: https://piped.kavin.rocks [vue]: https://github.com/vuejs/core/blob/main/LICENSE [vite]: https://github.com/vitejs/vite/blob/main/LICENSE [bi]: https://github.com/twbs/icons/blob/main/LICENSE.md [hls]: https://github.com/video-dev/hls.js/blob/master/LICENSE [nord]: https://github.com/arcticicestudio/nord/blob/develop/LICENSE.md [vuetheme]: https://github.com/vuejs/theme/blob/main/LICENSE