jsonresume-linkedin
v2.0.0
Published
Converts LinkedIn API results to a lightly opinionated JSON Résumé output.
Downloads
10
Readme
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
- Install the package, the easiest method being
npm install -g jsonresume-linkedin
- Create ./data.json
- Create ./categories.json
- Run
jsonresume-linkedin import
See the wiki for detailed documentation.