Skip to content

Instantly share code, notes, and snippets.

View montelco's full-sized avatar

Cory Monteleone-Haught montelco

  • Rowan College of South Jersey
  • Marlboro, NJ
View GitHub Profile
@montelco
montelco / queue.js
Created December 12, 2019 12:39
Wait Time integration for a website
var currentdate = new Date()
var d = new Date();
var n = d.toTimeString();
var datetime = "Last update: " + (currentdate.getMonth()+1) + "/"
+ currentdate.getDate() + "/"
+ currentdate.getFullYear() + " @ "
+ timeFormatter(d);
function timeFormatter(dateTime){
@montelco
montelco / weather.sh
Created February 15, 2017 22:25 — forked from taylorotwell/weather.sh
Weather CLI
alias weather='curl -s wttr.in | sed -n "1,7p"'
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.