stephane-r / holoplay-pwa

Web app using Invidious API for listening Youtube audio source.

Home Page:https://app.holoplay.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HoloPlay

License: MIT Stars Forks Docker pull GitHub contributors GitHub issues GitHub pull request

๐Ÿ” Table of Contents

๐Ÿ“Œ Overview

HoloPlay is a Youtube alternative app using Invidious API. You can save music to favoris or create your playlists. This project is fully open source.

If you want add more feature, PM, MR or PR are welcome :)


โœจ Features

  • Search on Invidious or Youtube Music
  • Search videos, playlists and channels
  • Create your playlists
  • Save videos, playlists and channels in favorites
  • Download source
  • Data Syncing between devices (by using Holoplay Serverless)
  • Internationalization : ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ English, ๐Ÿ‡ซ๐Ÿ‡ท French, ๐Ÿ‡ฏ๐Ÿ‡ต Japanese, ๐Ÿ‡ท๐Ÿ‡บ Russian and ๐Ÿ‡ฉ๐Ÿ‡ช German
  • Respect your privacy
  • Sponsor Block
  • Responsive
  • Dark Theme
  • Background mode with PWA installation

๐Ÿš€ Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Setup

First, use Node.js 18 or higher.

Copy .env.dist to .env and change REACT_APP_API_URL:

REACT_APP_API_URL=http://localhost:3001 # Or https://holoplay-serverless.vercel.app

Then, install dependencies:

npm i

And start project in development mode:

npm start

Docker

If you prefer Docker, HoloPlay can be run in a container from official Docker hub:

docker run -d -p 3000:3000 spout8301/holoplay:latest

Or locally:

docker build -t holoplay .
docker run -d -p 3000:3000 holoplay

๐Ÿ’ป Stack

And others libraries, see package.json. Thank you to all contributors of these libraries ๐Ÿ”ฅ !

๐Ÿ“Š Plausible Analytics

HoloPlay use Plausible Analytics, an transparent and fully open source privacy-friendly analytics software.

Analytics page is public : HoloPlay Plausible page

๐Ÿ”ฅ About Invidious

Invidious is an alternative front-end to YouTube. HoloPlay use all Invidious public instances. All instances are retrieved each time HoloPlay is launched.

๐Ÿ™Œ Contributors

๐Ÿ“„ License

This project is licensed under the MIT.

This README was partly generated with easyreadme.

About

Web app using Invidious API for listening Youtube audio source.

https://app.holoplay.io


Languages

Language:TypeScript 94.3%Language:CSS 3.4%Language:JavaScript 1.1%Language:Java 0.8%Language:HTML 0.3%Language:Dockerfile 0.0%Language:Shell 0.0%