0.2.0 • Published 8 years ago
fresh-resume-validator v0.2.0
fresh-resume-validator
Validate résumés and CVs against the FRESH Resume Schema.
Use
Via the Command Line
The easiest way to use the validator is with HackMyResume's validate
command, which uses fresh-resume-validator internally.
- Install HackMyResume with
npm i -g hackmyresume. - Validate the resume with
hackmyresume validate resume.json.
Via the API
You can also validate resumes programatically.
Install the
fresh-resume-validatorlibrary.npm i fresh-resume-validator --saveCall the
isValidmethod.var validator = require('fresh-resume-validator'); if ((validator.isValid(myResume)) { // do something }
License
MIT. See LICENSE.md for details.