Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.09 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.09 KB

LinkedIn to JSON Résumé conversion

Inspired by https://github.com/mblarsen/resume-linkedin, deprecated primarily due to these changes in the LinkedIn API.

The developer console, supplied with the full API request, returns the data necessary to generate a JSON résumé.

Note: The workflow for using this package has changed. See migrating to v2 for further details.

Usage

  1. Install the package, the easiest method being npm install -g jsonresume-linkedin
  2. Create ./data.json
  3. Create ./categories.json
  4. Run jsonresume-linkedin import

See the wiki for detailed documentation.