You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2024. It is now read-only.
This is a great module - thank you. I notice that some of my apps (Alexa Skills) have trouble with the require format:
var mLab = require('mongolab-data-api')('yourKeyHere')
Is there a way to hardcode my API Key into the code somewhere and change the require to
var mLab = require('mongolab-data-api')
Thank you!