Open CarlMungazi opened 7 years ago
@nattyxd I think you should check this out for dealing with such things. https://github.com/StackExchange/blackbox
You can extract the below section into a separate file called API_KEYS which can then be managed by blackbox (the project I linked to above).
exports.API_KEY_SKYSCANNER = "value";
exports.API_KEY_PUSHER = "value";
Try this to learn how to get it set up.
Hey...not sure if you meant to expose your SkyScanner API key in the https://github.com/nattyxd/skyscanner_concerts/blob/master/config/cons.js file?