Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackafro/angular-chat
Suggest emojis as replies using sentiment analysis
https://github.com/hackafro/angular-chat
Last synced: 4 days ago
JSON representation
Suggest emojis as replies using sentiment analysis
- Host: GitHub
- URL: https://github.com/hackafro/angular-chat
- Owner: HackAfro
- Created: 2018-04-26T11:45:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T12:23:45.000Z (over 6 years ago)
- Last Synced: 2024-11-14T19:36:42.409Z (2 months ago)
- Language: TypeScript
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular-Pusher-Chat
Emoji suggestions in an Angular chat application using sentiment analysis
## Getting Started
1. Install the angular [https://cli.angular.io](CLI) 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
- Get your pusher keys from your profile.
- Create a file named .env and place your appId, keys and secret there.
- Include your pusher key in the environment.ts file## 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