const minimist = require('minimist'); const axios = require('axios'); //uncomment this code to see a sample of making an axios get request //axios.get('http://webcode.me').then(resp => { //console.log(resp.data); //});