cv-validator

1.0.9 • Public • Published

CV VALIDATOR

this package accepts both buffer and file itself and validates if it's cv or not

Usage

From File

const { fromFile } = require("cv-validator");
 
let isCv = fromFile(); // pass your file here

From Buffer

const { fromBuffer } = require("cv-validator");
 
let isCv = fromBuffer(); // pass your Buffer here

Returns Boolean true or false

Accepted File Types

  • application/msword
  • application/pdf
  • text/rtf
  • text/plain
  • odf
  • application/vnd.openxmlformats-officedocument.wordprocessingml.document
  • application/vnd.oasis.opendocument.text-template

Please Request new file types if you wish

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i cv-validator

    Weekly Downloads

    0

    Version

    1.0.9

    License

    ISC

    Unpacked Size

    2.14 kB

    Total Files

    3

    Last publish

    Collaborators

    • anonym-coder