Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

mblarsen/resume-linkedin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

[DEPRECATED] JSON resume LinkedIn builder

Deprecated due to changes in LinkedIn API

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.

About

[DEPRECATED] Builds http://jsonresume.org/ JSON schema from your LinkedIn profile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published