JMPerez / linkedin-to-json-resume

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

Home Page:https://jmperezperez.com/linkedin-to-json-resume/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinkedIn to JSON Résumé

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. Try the demo on https://jmperezperez.com/linkedin-to-json-resume/

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

Screenshot of LinkedIn Data Export

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 #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

To start developing run:

npm run start

To build the project in production mode run:

npm run build

and serve the files from the dist folder.

About

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

https://jmperezperez.com/linkedin-to-json-resume/

License:MIT License


Languages

Language:TypeScript 82.5%Language:HTML 9.3%Language:CSS 8.2%