Converts LinkedIn API results to a lightly opinionated JSON Résumé output.
npm install jsonresume-linkedinInspired by
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.**
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.