Skip to content

Certificates management using JavaScript on Github Pages with PDF download and keyword search on datatables.

License

Notifications You must be signed in to change notification settings

georgemaia/certificados

Repository files navigation

Certificados

Repositório com certificados de cursos, eventos e capacitações.

Certificates management using JavaScript on Github Pages with PDF download and keyword search on datatables.

URL: https://georgemaia.github.io/certificados

GitHub followers

USAGE

Change the SERVER constant in the config.js with your full address of the certificates files.

const SERVER = "http://localhost/certificados-repo/files/"; 

Change the FILENAME constant in the config.js with your certificates list in CSV format.

const FILENAME = "certificados.csv";