Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 556 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 556 Bytes

Sentiment Analyzer

This generates an emoji based on the connotation of a sentence/phrase.

This uses the Monkeylearn API

Installation

  1. Get an API key from Monkeylearn
  2. Clone the repo
git clone https://github.com/MrGhost7969/sentiment-analyzer.git
  1. Install NPM packages
npm install
  1. Enter your API in a .env file in the client folder

This project was just for fun. Feel free to play around with the UI and add whatever features you like!