Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 287 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 287 Bytes

parse-resume-server

🔍A node.js server that parses resume and extracts information

Api

GET /parse-resume?fileUrl=//example.com/name.pdf
{
"name":"",
"email":"",
"phone":""
}

Dev

yarn 

yarn dev

yarn test

Deploy

yarn start