1.0.1 • Published 7 years ago

rparse v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

rparse v1.0.0

rParse is released under the MIT license

Installation

Using npm:

$ npm i rparse --save

Usage:

// Load the full build.
var rParse = require('rparse');
// Call the main method and pass the filepath
rParse(function(data){
    console.log(data)
})

Why rParse?

rParse is the simplest resume parser which extracts email, mobile number, skills and titles from any type of resume document.