[DEPRECATED] JSON resume LinkedIn builder
Deprecated due to changes in LinkedIn API
Builds a valid resume.json
file based on http://jsonresume.org/ schema by drawing data from your LinkedIn profile (example).
After building you can publish your resume using:
resume publish
(given you have resume-cli
installed globally)
Install
git clone https://github.com/mblarsen/resume-linkedin.git
or
npm install resume-linkedin ; cd resume-linkedin
Usage
Setup an application on LinkedIn.
-
OAuth 2.0 Redirect URLs enter a callback URL, the host can be anything (we'll add the host to your hosts file), but the path must be
/oauth/linkedin/callback
. E.g.http://resume.example.com/oauth/linkedin/callback
. -
Edit the config.js file and enter you API Key and Secret Key. In host enter the same value you used above. E.g.
http://resume.example.com/
. -
Add a line with host to to
/etc/hosts/
. E.g.127.0.0.1 resume.example.com
-
npm start
and follow instructions. -
Adjust your resume. It is likely that the skills section needs work.
-
Profit!
TODO
- Error and validation handling.
- Make it run headless.