Skip to content

tomasbulva/linkedin-to-json-resume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn to JSON Résumé Build Status

This is a small site that allows you to generate a JSON output compatible with JSON Résumé (version 0.0.0) from your LinkedIn profile.

You first need to download a copy of your data through LinkedIn's Data Export Page, and then select that file from this project page.

Try the demo on https://jmperezperez.com/linkedin-to-json-resume/

LinkedIn API?

Due to some changes in the LinkedIn API the exporter will no longer have access to the user's full profile from LinkedIn nor contact information. Unfortunately there is no way for this app to ask for that data through the LinkedIn OAuth gateway anymore. See JMPerez#10

Running it locally

Just start a server and browse the files. You don't need to install anything to run it if you are not going to make changes in the code.

Developing

Install the dependencies running:

npm install

Then, in order to generate the dist/output.js file you will need to run:

npm run build

About

An exporter from a LinkedIn profile to JSON Résumé

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.5%
  • HTML 13.9%
  • CSS 13.6%