All Projects → JMPerez → Linkedin To Json Resume

JMPerez / Linkedin To Json Resume

Licence: mit
An exporter from a LinkedIn profile to JSON Résumé

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Linkedin To Json Resume

linkedin-pdf-resume-parser
Parse LinkedIn PDF Resume and extract out name, email, education and work experiences.
Stars: ✭ 22 (-92.03%)
Mutual labels:  resume, linkedin
Linkedrw
A simple CLI to create your resume and personal website based on your LinkedIn profile or a JSON file
Stars: ✭ 104 (-62.32%)
Mutual labels:  linkedin, resume
stay-productive
Remove feed from Facebook, Twitter and Linkedin... To stay productive !
Stars: ✭ 15 (-94.57%)
Mutual labels:  linkedin
Prdownloader
PRDownloader - A file downloader library for Android with pause and resume support
Stars: ✭ 2,947 (+967.75%)
Mutual labels:  resume
aboutmeinfo-telegram-bot
ℹ️ About Me Info Bot: Share your social media and links on Telegram
Stars: ✭ 20 (-92.75%)
Mutual labels:  linkedin
django ecommerce
Scalable Django E-Commerce, perfect to start one new online shop project.
Stars: ✭ 25 (-90.94%)
Mutual labels:  linkedin
me
My Profile and Experience
Stars: ✭ 44 (-84.06%)
Mutual labels:  resume
personal-website
My personal website
Stars: ✭ 117 (-57.61%)
Mutual labels:  linkedin
Jekyll Theme Minimal Resume
Simple Jekyll theme for a minimal resume website: https://jekyll-theme-minimal-resume.netlify.com/
Stars: ✭ 269 (-2.54%)
Mutual labels:  resume
oauth
Allow users to log in with GitHub, Twitter, Facebook, and more!
Stars: ✭ 21 (-92.39%)
Mutual labels:  linkedin
Ai Job Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
Stars: ✭ 3,191 (+1056.16%)
Mutual labels:  resume
nikronic.github.io
My Resume Website
Stars: ✭ 14 (-94.93%)
Mutual labels:  resume
volodymyrkushnir.dev
My very own personal website. Basically this is just a résumé.
Stars: ✭ 16 (-94.2%)
Mutual labels:  resume
KASocialLogins
This is Social login library in which you can login through Facebook , LinkedIn and Google
Stars: ✭ 15 (-94.57%)
Mutual labels:  linkedin
SocialInfo4J
fetch data from Facebook, Instagram and LinkedIn
Stars: ✭ 44 (-84.06%)
Mutual labels:  linkedin
The Endorser
An OSINT tool that allows you to draw out relationships between people on LinkedIn via endorsements/skills.
Stars: ✭ 269 (-2.54%)
Mutual labels:  linkedin
Mega-index-heroku
Mega nz heroku index, Serves mega.nz to http via heroku web. It Alters downloading speed and stability
Stars: ✭ 165 (-40.22%)
Mutual labels:  resume
Tim-Baker-Personal-Website
My personal website built with ReactJS
Stars: ✭ 23 (-91.67%)
Mutual labels:  resume
Data-mining-python-script
It contain various script on web crawling/ data mining of social web(RSS,facebook,twitter,Linkedin)
Stars: ✭ 24 (-91.3%)
Mutual labels:  linkedin
Code Resume
Build your own Resume 📖 in seconds
Stars: ✭ 271 (-1.81%)
Mutual labels:  resume

LinkedIn to JSON Résumé Build Status Greenkeeper badge

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:

Screenshot of LinkedIn Data Export

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 https://github.com/JMPerez/linkedin-to-json-resume/issues/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].