Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.34 KB

File metadata and controls

18 lines (14 loc) · 1.34 KB

What this is

Completed code for the tutorial found in the 'Getting up and running with HPE Haven OnDemand' video.

What this does

diagram

Essentials you’ll need to create this app:

To help illustrate how Haven OnDemand’s powerful Text Analysis APIs can be used, we’re this Node.js app receives a text message via Twilio’s webhook service, analyze the sentiment, using our Analyze Sentiment API, extract any key concepts, using our Concept Extraction API, and extract any entities (famous people, notable places, companies, organizations), using our Entity Extraction API, then print all of this information to the console.

Simply clone this repo onto your local machine and run:

npm install