1. npm install
  2. node app.js

Create a config.js file: touch config.js

let config = {
    API_KEY : '...',
    SECRET_KEY : '...'
  }
  
module.exports = config;