Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hackafro/angular-live-chat

Rate live videos based on comments made during live chat using sentiment analysis
https://github.com/hackafro/angular-live-chat

Last synced: 4 days ago
JSON representation

Rate live videos based on comments made during live chat using sentiment analysis

Awesome Lists containing this project

README

        

# Angular-Pusher-Live-Chat

Video ratings during in an Angular live chat application using sentiment analysis

## Getting Started

1. Install the angular [CLI](https://cli.angular.io) by running `npm install -g @angular/cli`
2. Clone the repo
3. Install project dependencies by running `npm install`
4. Start dev server `npm start`

## How To
Create a file `.env` and copy the following to the file. Replace the placeholder values with your Pusher credentials:
```
PUSHER_APP_ID=your-app-id
PUSHER_APP_KEY=your-app-key
PUSHER_APP_SECRET=your-app-secret
```

## Built With

* [Pusher](https://pusher.com/) - APIs to enable devs building realtime features
* [Express](https://expressjs.com) - Fast, unopinionated, minimalist web framework for Node.js
* [Angular](https://angular.io)
* [Sentiment](https://github.com/thisandagain/sentiment) - Javascript library for performing sentiment analysis