https://github.com/femessage/parse-resume-server
🔍A node.js server that parses resume and extracts information
https://github.com/femessage/parse-resume-server
extract-information nodejs parse-files
Last synced: 28 days ago
JSON representation
🔍A node.js server that parses resume and extracts information
- Host: GitHub
- URL: https://github.com/femessage/parse-resume-server
- Owner: FEMessage
- Created: 2019-08-28T08:08:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T02:56:47.000Z (almost 6 years ago)
- Last Synced: 2025-07-30T21:22:30.739Z (11 months ago)
- Topics: extract-information, nodejs, parse-files
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parse-resume-server
🔍A node.js server that parses resume and extracts information
## Api
```sh
GET /parse-resume?fileUrl=//example.com/name.pdf
```
```json
{
"name":"",
"email":"",
"phone":""
}
```
## Dev
```sh
yarn
yarn dev
yarn test
```
## Deploy
```sh
yarn start
```