Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cocojoe/route-message
Node.js, emotion based message routing
https://github.com/cocojoe/route-message
Last synced: 3 days ago
JSON representation
Node.js, emotion based message routing
- Host: GitHub
- URL: https://github.com/cocojoe/route-message
- Owner: cocojoe
- Created: 2016-08-16T11:34:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T11:34:23.000Z (over 8 years ago)
- Last Synced: 2024-11-13T09:26:59.724Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#route-message
Emotional message routing.### What's this all about?
Well it's a rough demo based around the use case of helping route messages and being able to escalate those messages,
based upon the emotional impact to the client.### Install
This has been designed to run on the awesome [Auth0 Webtasks](https://webtask.io/)
You will need your own IBM Watson - Alchemy Language API Key.`wt create route-message.js --secret API_KEY=XXXX`
### Try it
Try the example JSON samples in this repo as follows:
`curl -X POST -d @message-en-positive.txt https://webtask.it.auth0.com/api/run/...YOURPATH.../route-message --header "Content-Type:application/json"`
### Notes
Check code comments for more information, log is extra verbose for demo purposes.