Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 715 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 715 Bytes

Sample mDS Web App

Sample app to control mbed endpoints through mDS/Connector.

Deploy

Editing Instructions

To get this project to work, edit the following lines in app.js:

var mds_credentials = {
  username: 'webapp0',
  password: 'iotmeetup2015'
};

var app_url = 'http://iot-hack-mds.cloudapp.net:3000';

Change username to the username given to you as instructed. Leave password as-is. Change app_url to the URL at which your app has been deployed on Heroku.

Install and Run

In the root of the cloned folder, run:

npm install
node app.js