1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-13 13:50:27 +05:30
Piped/README.md

58 lines
1.8 KiB
Markdown
Raw Normal View History

2020-12-19 00:25:11 +05:30
# Piped
2020-11-06 09:06:25 +05:30
2020-12-01 18:48:24 +05:30
[![Matrix](https://img.shields.io/matrix/piped:matrix.org)](https://matrix.to/#/#piped:matrix.org)
2020-12-01 18:04:25 +05:30
![Netlify](https://img.shields.io/netlify/6ccde6a7-6792-4105-9a28-ee13ce1fbc44)
2020-12-01 18:48:24 +05:30
[![GitHub Repo stars](https://img.shields.io/github/stars/TeamPiped/Piped-Frontend?style=social)](https://github.com/TeamPiped/Piped/stargazers)
[![GitHub last commit](https://img.shields.io/github/last-commit/TeamPiped/Piped-Frontend)](https://github.com/TeamPiped/Piped/commits)
2020-12-01 18:04:25 +05:30
2020-12-19 00:25:11 +05:30
An alternative YouTube frontend which is efficient by design.
2020-11-17 10:45:35 +05:30
2020-12-19 00:25:11 +05:30
## Features:
2020-11-06 09:06:25 +05:30
2020-12-19 00:25:11 +05:30
- [x] No Ads
- [x] No Tracking
- [x] Infinite Scrolling
- [x] Integration with SponsorBlock
- [x] Integration with LBRY
2020-12-19 00:25:11 +05:30
- [x] 4K support
- [x] No connections to Google's servers
- [x] Playing just audio
2021-01-20 21:23:54 +05:30
- [x] Livestreams support with a quality selector
2020-12-19 00:25:11 +05:30
- [x] PWA support
- [x] Preferences saved locally
- [x] Multi-region loadbalancing
- [x] Performant by design, designed to handle 1000s of users concurrently
2020-11-17 10:45:35 +05:30
2020-12-19 00:25:11 +05:30
## WIP
- [ ] Login
- [ ] Comments
- [ ] Feeds
- [ ] 8K support
2021-03-09 03:48:52 +05:30
- [ ] Improving UI
2020-11-06 09:06:25 +05:30
2020-12-19 00:25:11 +05:30
## Development Setup
2020-11-17 10:45:35 +05:30
2020-11-06 09:06:25 +05:30
```
2020-12-24 22:35:03 +05:30
yarn install
2020-11-06 09:06:25 +05:30
```
2020-12-19 00:25:11 +05:30
### Compiles and hot-reloads for development
2020-11-17 10:45:35 +05:30
2020-11-06 09:06:25 +05:30
```
2020-12-24 22:35:03 +05:30
yarn serve
2020-11-06 09:06:25 +05:30
```
2020-12-19 00:25:11 +05:30
You can now make changes and see them as soon you save the file!
2021-01-11 20:03:56 +05:30
2021-01-20 21:23:54 +05:30
## YourKit
2021-01-11 20:03:56 +05:30
<img src="http://www.yourkit.com/images/yklogo.png"></img>
2021-01-11 20:08:17 +05:30
YourKit has given an open source license for their profiler, greatly simplifying the profiling of Piped's performance.
2021-01-11 20:03:56 +05:30
YourKit supports open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of <a href="http://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a>
and <a href="http://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>,
innovative and intelligent tools for profiling Java and .NET applications.