The Temp-Visualization demonstrates a simple web application used to visualize temperature from IOT devices.
- 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
export basicAuthTempVizToken=<TOKEN ONLY>
- Run
npm start
to start the app - Access the running app in a browser at http://localhost: