New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

resume-linkedin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resume-linkedin

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

0.2.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

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.

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

Keywords

json

FAQs

Package last updated on 10 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts