Skip to content

Instantly share code, notes, and snippets.

View SteveDonie's full-sized avatar

Steve Donie SteveDonie

View GitHub Profile
@SteveDonie
SteveDonie / app.js
Created July 18, 2013 15:53 — forked from mheadd/app.js
answer();
var date = ask('Please say a date.', {choices: 'http://path/to/date.xml'});
log("*** " + date.value + " ***");
say('You said ' + date.value);
var time = ask('Now, say a time.', {choices: 'http://path/to/time.xml'});
log("*** " + time.value + " ***");
say('You said ' + time.value);