Skip to content

abhinavchawla13/txtlss-hackiesacks-api

Repository files navigation

txtlss hackiesacks API

Running Locally

Make sure you have Node.js (atleast v12.13.0, npm v6.12.0) installed.

git clone https://github.com/abhinavchawla13/txtlss-hackiesacks.git
cd txtlss-hackiesacks
npm install
npm run start

Environment Variables

Add a .env file in the root folder (you should setup your LiveChat, IBM Watson Credentials):

PORT=8081
NODE_ENV=development
LIVECHAT_USERNAME=
LIVECHAT_PASSWORD=
LIVECHAT_WEBHOOK_KEY=
LIVECHAT_WEBHOOK_KEY_START=
LANGUAGE_TRANSLATOR_URL=
SPEECH_TO_TEXT_URL=
TEXT_TO_SPEECH_URL=
TONE_ANALYZER_URL=
LANGUAGE_TRANSLATOR_API=
SPEECH_TO_TEXT_API=
TEXT_TO_SPEECH_API=
TONE_ANALYZER_API=
MONGODB_URI=

Add a ibm-credentials.env file in the root folder for automatic watson authentication.

Deployment

Heroku pipeline is set to auto deploy master branch currently.

Some screenshots

About

An application to aid in regulating emotions among kids dealing with autism. The repo contains the backend API to support LiveChat platform integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published