mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 12:48:01 +02:00
Playlists, Play Next, Code Refactor
This commit is contained in:
parent
5486be7613
commit
51c56abe16
17 changed files with 664 additions and 204 deletions
15
README.md
15
README.md
|
@ -2,13 +2,15 @@
|
|||
|
||||

|
||||
|
||||
A Privacy Respecting Frontend for YouTube Music inspired and built with [Piped][piped] ( and a tiny bit of messy custom scrapers ).
|
||||
A Privacy Respecting Frontend for YouTube Music inspired and built with the help [Piped][piped] and YouTube's innertube API.
|
||||
|
||||

|
||||

|
||||
|
||||
## Usage
|
||||
|
||||
***HYPERPIPE IS ONLY BEING DEVELOPED, EXPECT BUGS AND MESSY CODE***
|
||||
|
||||
```sh
|
||||
npm install
|
||||
```
|
||||
|
@ -35,15 +37,15 @@ npm run build
|
|||
|
||||
## Instances
|
||||
|
||||
| Instance | Country | Country (Backend) | Offical |
|
||||
| ---------------------------- | ------- | ----------------- | ------- |
|
||||
| [hyperpipe.surge.sh][hypipe] | 🇺🇸 | 🇩🇪 | ✅ |
|
||||
| Instance | Country (Backend) |
|
||||
| :--------------------------: | :---------------: |
|
||||
| [hyperpipe.surge.sh][hypipe] | 🇩🇪 |
|
||||
|
||||
## LICENSE
|
||||
|
||||
### GPL v3 Only
|
||||
|
||||
Please refer to LICENSE.
|
||||
Please refer to [LICENSE][LICENSE].
|
||||
|
||||
You can reach out to me on <TODO>
|
||||
|
||||
|
@ -58,9 +60,10 @@ You can reach out to me on <TODO>
|
|||
|
||||
[hypipe]: https://hyperpipe.surge.sh
|
||||
[piped]: https://piped.kavin.rocks
|
||||
[LICENSE]: https://codeberg.org/Hyperpipe/Hyperpipe/src/branch/main/LICENSE.txt
|
||||
[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
|
||||
[vuetheme]: https://github.com/vuejs/theme/blob/main/LICENSE
|
Loading…
Add table
Add a link
Reference in a new issue