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 has been archived by the owner on May 12, 2024. It is now read-only.
You could just rewrite the module so that your api key is hardcoded in. But that won't work in the long term if you choose to deploy your 'Alexa Skills' apps. I hope this helps
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: