ShaastraWebops / E-Certificate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Certificate

##Quick Setup

  • First, install wkhtmltopdf from here.
  • Run npm install
  • Rename your excel file to input.xls and place in the uploads directory
  • Run node initial.js and wait for it to finish
  • Now, if you run node app.js, the mails would be sent to the participants

##Note

  • Your excel file should only be in .xls format
  • Your excel file should contain name, lastName, email, college and event columns

##Minor Correction After npm install, go to /node_modules/xlsjs/dist/cpexcel.ls:line 904 and comment it. Only then, running node initial.js works.

About


Languages

Language:JavaScript 97.4%Language:HTML 2.6%