This package has been deprecated

Author message:

Not maintained, use at own risk

resume-linkedin

0.2.1 • Public • Published

JSON resume LinkedIn builder

Dependencies NPM version

NPM

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.

  1. 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.

  2. 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/.

  3. Add a line with host to to /etc/hosts/. E.g. 127.0.0.1 resume.example.com

  4. npm start and follow instructions.

  5. Adjust your resume. It is likely that the skills section needs work.

  6. Profit!

TODO

  • Error and validation handling.
  • Make it run headless.

Readme

Keywords

Package Sidebar

Install

npm i resume-linkedin

Weekly Downloads

0

Version

0.2.1

License

MIT

Last publish

Collaborators

  • mblarsen