mobileservice-config
v1.0.0
Published
Simple read-only API for Azure Mobile Services configuration settings
Downloads
9
Readme
MobileService-Config
Provides read-only access to Azure Mobile Services configuration settings.
Example
var config = require('mobileservice-config');
var twitterConsumerKey = config.twitterConsumerKey;
var mySetting = config.appSettings.MY_SETTING;