Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
index.js 224 B
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);
//});