Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingroeger authored Jun 12, 2020
1 parent bbf01f6 commit fb3196b
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# TS3AudioBot-Client

## Features

TS3AudioBot-Client is a lightweight clientside application for Windows and MacOS
that aims to enhance the experience of [Splamy's TS3AudioBot](https://github.com/Splamy/TS3AudioBot). It is meant as an alternative to the built-in WebInterface.

It offers a *built in youtube search*, some built-in radio stations and the addition of a top list.

<p align="center">
<a href="https://imgur.com/sM7frQw.png"><img width="30%" src="https://imgur.com/sM7frQw.png"></a>
<a href="https://imgur.com/QqGH2GQ.png"><img width="30%" src="https://imgur.com/QqGH2GQ.png"></a>
<a href="https://imgur.com/bUt2auc.png"><img width="30%" src="https://imgur.com/bUt2auc.png"></a>
</p>

The app is written with [reactjs](https://reactjs.org/), [redux-toolkit](https://redux-toolkit.js.org/) and [electronjs](https://www.electronjs.org/). Also it makes use of the awesome npm package [yt-search](https://www.npmjs.com/package/yt-search).


#### Download

##### Current stable version: 1.0.1
Expand Down Expand Up @@ -39,14 +50,6 @@ The app is written with [reactjs](https://reactjs.org/), [redux-toolkit](https:/
- [Customizing the app](#customizing-the-app)
- [License](#license)

## Features

<p align="center">
<a href="https://imgur.com/sM7frQw.png"><img width="30%" src="https://imgur.com/sM7frQw.png"></a>
<a href="https://imgur.com/QqGH2GQ.png"><img width="30%" src="https://imgur.com/QqGH2GQ.png"></a>
<a href="https://imgur.com/bUt2auc.png"><img width="30%" src="https://imgur.com/bUt2auc.png"></a>
</p>


## Serverside setup

Expand Down

0 comments on commit fb3196b

Please sign in to comment.