Skip to content

Build a Node.js sentiment analysis program that will analyze text that you give it and determine the “mood” of the text. You can use this API here: https://apidemo.theysay.io/

Notifications You must be signed in to change notification settings

kunstloch/sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentiment-analysis

Node.js sentiment analysis program that will analyze text that you give in and determine the “mood” of the text. Used API from: https://apidemo.theysay.io/

how to run - git clone

clone from github:

$ git clone https://github.com/kunstloch/sentiment-analysis.git

install:

$ cd sentiment-analysis
$ yarn 

and use:

$ node index

Output:

commandline output

Then:

commandline output

used libraries:

inquirer - npm

About

Build a Node.js sentiment analysis program that will analyze text that you give it and determine the “mood” of the text. You can use this API here: https://apidemo.theysay.io/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published