Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

andreisaikouski/txtlss-hackiesacks

 
 

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):

NODE_ENV=development
PORT=8000
LIVECHAT_USERNAME=
LIVECHAT_PASSWORD=
LIVECHAT_WEBHOOK_KEY=
WATSON_APIKEY=

Deployment

Heroku pipeline is set to auto deploy master branch currently.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%