项目作者: RandomFractals

项目描述 :
Angular 2/Express.js IBM Watson Alchemy Language Machine Learning API demo app for analyzing tweet sentiments
高级语言: TypeScript
项目地址: git://github.com/RandomFractals/sentimental.io.git
创建时间: 2016-08-05T13:59:07Z
项目社区:https://github.com/RandomFractals/sentimental.io

开源协议:

下载


sentimental.io

Angular 2/Express.js IBM Watson Alchemy Language Machine Learning API demo app for analyzing tweet sentiments

Alt text

Build

npm install

Config: save .env.template as .env

Follow instructions and links in .env.template for procuring your own Twitter and Alchemy API keys

Start node.js app

npm start

Client Dev with auto TS and the rest recompile

cd client

client>npm start