Skip to content

contri/coding-tutorial_nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%