code4goal-resume-parser icon indicating copy to clipboard operation
code4goal-resume-parser copied to clipboard

How to integrate with Express

Open amitaibu opened this issue 8 years ago • 2 comments

It seems the current lib listens to a directory and spits out a .json file.

How would you go with having a "proper" RESTful server that would get the CV file and return a JSON?

amitaibu avatar Mar 31 '16 06:03 amitaibu

You're right, within current architecture I'm not sure if it possible. If I understood you correctly you can get any files you want by your express server and then put them into parser's folder. Then just run parser. But in this case you won't have any methods to listen about start/end events. Sorry

likerRr avatar Mar 31 '16 06:03 likerRr

No worries, thanks!

amitaibu avatar Mar 31 '16 06:03 amitaibu