Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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