UNPKG

nino-github-example

Version:

Get a list of github user repos

13 lines (9 loc) 315 B
// Configuration for Chat Applet var fs = require('fs'); console.log("Starting"); var NinoJson = fs.readFileSync("nino.json"); console.log("Content of NinoJson:" + NinoJson); var ConfigFile = JSON.parse(NinoJson); console.log("Config:", ConfigFile); console.log("Username:", ConfigFile.username); //Execute here