Skip to content

Instantly share code, notes, and snippets.

View softe1988's full-sized avatar

Simone Battiste-Alleyne softe1988

View GitHub Profile
@softe1988
softe1988 / commandLine.js
Last active January 25, 2017 17:39
Commandline Program to take user inputs and then return links using Horseman and Phantom
var chalk = require('chalk'),
CLI = require('clui'),
inquirer = require('inquirer'),
clear = require('clear'),
figlet = require('figlet');
clear();
console.log(
chalk.yellow(