
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
resume-linkedin
Advanced tools
Builds http://jsonresume.org/ JSON schema from your LinkedIn profile.
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)
git clone https://github.com/mblarsen/resume-linkedin.git
or
npm install resume-linkedin ; cd resume-linkedin
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!
FAQs
Builds http://jsonresume.org/ JSON schema from your LinkedIn profile.
We found that resume-linkedin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.