Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmperez/linkedin-to-json-resume
An exporter from a LinkedIn profile to JSON Résumé
https://github.com/jmperez/linkedin-to-json-resume
jsonresume linkedin linkedin-api linkedin-profile resume
Last synced: 29 days ago
JSON representation
An exporter from a LinkedIn profile to JSON Résumé
- Host: GitHub
- URL: https://github.com/jmperez/linkedin-to-json-resume
- Owner: JMPerez
- License: mit
- Created: 2014-07-08T20:04:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T16:40:54.000Z (3 months ago)
- Last Synced: 2024-08-22T18:59:00.692Z (3 months ago)
- Topics: jsonresume, linkedin, linkedin-api, linkedin-profile, resume
- Language: TypeScript
- Homepage: https://jmperezperez.com/linkedin-to-json-resume/
- Size: 1.68 MB
- Stars: 344
- Watchers: 14
- Forks: 56
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
LinkedIn to JSON Résumé
=======================This is a small site that allows you to generate a JSON output compatible with [JSON Résumé](http://jsonresume.org/) (version 0.0.0) from your LinkedIn profile. **Try the demo on [https://jmperezperez.com/linkedin-to-json-resume/](https://jmperezperez.com/linkedin-to-json-resume/)**
You first need to download a copy of your data through the [LinkedIn's Data Export Page](https://www.linkedin.com/settings/data-export-page), then select that file from this project page.
## 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.