Skip to content

lukehuk/coding-tutorial_nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What this is

This is a sample project to demonstrate the use of the Haven OnDemand client library and to help illustrate how Haven OnDemand’s powerful Text Analysis APIs can be used.

This Node.js app receives text messages via Twilio’s webhook service, analyzes the sentiment, using our Analyze Sentiment API, extracts any key concepts, using our Concept Extraction API, and extracts any entities (famous people, notable places, companies, organizations), using our Entity Extraction API. All of this information is then printed to the console.

A tutorial can be found in the 'Getting up and running with HPE Haven OnDemand' video. Update: The code has since been changed, but the key concepts remain the same.

What this does

diagram

Essentials you’ll need to create this app:

Simply clone this repo onto your local machine and run:

npm install

About

Example project using the Haven OnDemand client library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%