From 4cc5a4baffa92f07dd0c780c749981644b2dc465 Mon Sep 17 00:00:00 2001 From: Bram van der Veen <96aa48@gmail.com> Date: Sat, 13 Jun 2015 18:06:17 +0200 Subject: [PATCH] Changed the name of schedule to lookup (more fitting name) --- schedule.js => lookup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename schedule.js => lookup.js (99%) diff --git a/schedule.js b/lookup.js similarity index 99% rename from schedule.js rename to lookup.js index cbab26b..232fb12 100644 --- a/schedule.js +++ b/lookup.js @@ -1,4 +1,4 @@ -//schedule.js +//lookup.js var http = require('http'); var database = require('mongoskin').db('mongodb://wallpiece/roosterio'); var schoolid = 934;