acmauth / GradeParser

PDF and HTML parser for sis.auth.gr
MIT License
0 stars 1 forks source link

Convert to JS #9

Open din0s opened 5 years ago

din0s commented 5 years ago

Since this is used by the Node.js server in the backend, it would be useful to convert the codebase to JavaScript so that it can be used as a module instead of spawning a process every time we need to parse a new file.

din0s commented 5 years ago

PDF Parser: https://www.npmjs.com/package/node-pdfbox (same library as the one we currently use) HTML Parser: https://github.com/jsdom/jsdom (similar to JSoup that's being used with Kotlin)