Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiner authored Apr 14, 2019
1 parent 2c78566 commit e945660
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Example output for PewDiePie Statistics. In this example the client is connected

![](example.gif)


## How to start?
Download this project into you folder and run
```
Expand All @@ -35,6 +36,7 @@ node index.js
```
Now your Websocket is running and listen to port 3000


## How to connect client to websocket?
First import socket.io js file in your project for example like this
```javascript
Expand All @@ -55,11 +57,13 @@ socket.on('UC-lHJZR3Gqxm24_Vd_AJ5Yw', function(channeldata) {
});
```


## Donation [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/LukasReiner/)
If this project help you reduce time to develop, you can give me a cup of coffee (or a Beer of course) :)

[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/LukasReiner/)


## Git - Fork

```
Expand Down

0 comments on commit e945660

Please sign in to comment.