An open API service indexing awesome lists of open source software.

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

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
```