An open API service indexing awesome lists of open source software.

https://github.com/kananinirav/tvheadend-web-interface-client

Tvheadend Web Interface Client for watching channels
https://github.com/kananinirav/tvheadend-web-interface-client

iptv tv tvhead tvheadend tvos web webinterface webos webui

Last synced: 4 months ago
JSON representation

Tvheadend Web Interface Client for watching channels

Awesome Lists containing this project

README

          

# tvheadend-client

Tvheadend Web Interface Client for watching channels

## Project Setup

```sh
npm install
```

### Create .env file and set TVHEADEND_USERNAME, TVHEADEND_PASSWORD and TVHEADEND_URL

```sh
cp .env.sample .env
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

## Screenshots

![First Image](./images/1.png)

![Second Image](./images/2.png)

![Third Image](./images/3.png)