szastupov / player

Web UI for https://telegram.me/MusicCatalogBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Player is a web app to stream music from music bot.

Mobile Desktop

Getting started

You need a running instance of the music bot, refer to the bot's readme to get it up and running.

Then fire up your console and run:

$ npm install
$ BOT_URL=http://localhost npm run dev

To run it without webpack:

$ npm run dist
$ npm start

Browsers support

Safari

The app looks best on Safari because of CSS backdrop filters but mobile Safari has one major issue: it doesn't jump to the next track when the screen is locked.

Chrome & Firefox

These browsers don't support CSS backdrops nor CSS sticky flag, thats why the panel will move with the list. Otherwise should work fine.

About

Web UI for https://telegram.me/MusicCatalogBot


Languages

Language:JavaScript 78.4%Language:CSS 17.4%Language:HTML 4.2%