read from json html
diff --git a/table-parser.js b/table-parser.js
index 2a4460c..7ea7194 100644
--- a/table-parser.js
+++ b/table-parser.js
@@ -1,4 +1,8 @@
+
+const fs = require('fs');
+
 let hores = [], newhour;
+
 for (let h = 8; h < 22; ++h) {
     newhour = "";
     if (h < 10) newhour += "0";