$ npm install $ npm start
Open index.html
- Node reads all the js files from the directory mentioned in the 'directory' variable in 'index.js'
- It greps '.bind(' from the files and forms a event model.
- The 'data.js' is populated with the json of the event models.
- The front end code reads from the data.js and renders the chart in the html.
- Find a way to skip 'min' files and 'jQuery' files while parsing.
- End call back for grepr (or) find lastFileName.