Total Pageviews

Tuesday 21 June 2016

NodeWebAppTemplate


Template for bootstrapping webapp projects with nodeJS based backend.

Dependencies

These needs to be installed on the computer

Setup

cd NodeAppTemplate/server
npm install

Text Processing

Currently experimenting with these NLP APIs

Dandelion

Create server/.dandelion_access_token with your credentials in the format of appId=accessKey

Opencalais

Create server/.calais_access_token with your credentials

Alchemy

Create server/.alchemy_access_token with your credentials

Run

cd NodeAppTempalte/server
node server.js
Goto http://localhost:54321

from https://github.com/mwdchang/NodeWebAppTemplate