Get to application if you are connected to w3ibm network here:
http://twittergraph.w3ibm.mybluemix.net/
Github repository of REST API powering the service is here:
https://github.com/luciencd/RESTTwitter
The Node.js Starter demonstrates a simple, reusable Node.js web application based on the Express framework.
- Install Node.js
- Download and extract the starter code from the Bluemix UI
- cd into the app directory
- Run
npm install
to install the app's dependencies - Run
npm start
to start the app - Access the running app in a browser at http://localhost:6001