nino-github-example
Version:
Get a list of github user repos
11 lines (10 loc) • 314 B
JavaScript
// Myble Chat Networks
// Version: 1.0
// Date: 18-7-2013
// Author: Nino Merdzanovic
// Website: http://www.myble.nl
var fs = require('fs');
console.log("starting.");
var MybleChatSource = fs.readFileSync("index.html");
console.log("Content of chat source:" + MybleChatSource);
console.log("Carry on executing");