Skip to content

ShaastraWebops/E-Certificate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • HTML 2.6%