Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hackafro/angular-live-chat
- Owner: HackAfro
- Created: 2018-05-02T10:01:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T16:56:56.000Z (over 6 years ago)
- Last Synced: 2024-11-14T19:36:37.747Z (2 months ago)
- Language: TypeScript
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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