-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>LinkedIn to JSON Resume</title><meta name="description" content="Export your LinkedIn profile to JSON Resume format."><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" type="text/css" href="https://d2v52k3cl9vedd.cloudfront.net/basscss/6.1.6/basscss.min.css"><link rel="stylesheet" type="text/css" href="basic.0d8ae620.css"><link rel="stylesheet" type="text/css" href="prism.ba61a24c.css"></head><body class="post p2 p-responsive wrap"> <main class="measure"> <h1>LinkedIn to Json Résumé</h1> <p>This is a small website that exports your LinkedIn profile to a <a href="http://jsonresume.org/">JSON Résumé</a>.</p> <p>The source code is available <a href="https://github.com/JMPerez/linkedin-to-json-resume">on GitHub</a>.</p> <p>Due to <a href="https://github.com/JMPerez/linkedin-to-json-resume/issues/10">recent restrictions</a> added to the LinkedIn API, this web app can't ask for access to user's full profile. Thus, the best way is to export your data from LinkedIn and import it in this tool.</p> <h2>Instructions</h2> <ol> <li>Go to the <a href="https://www.linkedin.com/settings/data-export-page">Data Export Page</a> on LinkedIn and click on "Request archive".</li> <li>You will get an email from LinkedIn confirming your request. You will need to wait up to 72 hours to get a link to download your data.</li> <li>After some hours you will receive a link to download your archive. Click on it and save the zip file.</li> <li>Drag and drop or select the file (its name should be something like Basic_LinkedInDataExport_XX-XX-XXXX.zip or Complete_LinkedInDataExport_XX-XX-XXXX.zip) in the area below:</li> </ol> <div> <p id="filedrag"> Drop a LinkedIn archive zip file or <button class="button" id="select-file">select a file</button>. </p> <input type="file" id="fileselect" name="fileselect[]"> </div> <h2 id="result">Result</h2> <pre><code id="output" class="language-javascript"></code></pre> <button class="button download">Download as resume.json</button> </main> <footer class="about"> <h3>About me</h3> <div class="media"> <div class="img"> <img src="https://jmperezperez.com/assets/images/jmperez.jpg" class="avatar-image" title="José M. Pérez"> </div> <div class="bd"> <div class="name">José M. Pérez</div> <div class="media twitter"> <div class="img"> <img src="https://jmperezperez.com/assets/images/twitter.svg" width="16" height="16" class="twitter-logo" alt="Twitter"> </div> <div class="bd"> <a href="https://twitter.com/jmperezperez">@jmperezperez</a> </div> </div> <a href="https://jmperezperez.com">jmperezperez.com</a> </div> </div> </footer> <script src="main.18ef4b4c.js"></script> <script src="prism.2565d77d.js" data-manual=""></script> <script>!function(e,a,t,n,g,c){e.GoogleAnalyticsObject=n,e.ga||(e.ga=function(){(e.ga.q=e.ga.q||[]).push(arguments)}),e.ga.l=+new Date,g=a.createElement(t),c=a.getElementsByTagName(t)[0],g.src="//www.google-analytics.com/analytics.js",c.parentNode.insertBefore(g,c)}(window,document,"script","ga"),ga("create","UA-39254352-1"),ga("send","pageview");</script> </body></html> | ||
<!doctype html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>LinkedIn to JSON Resume</title><meta name="description" content="Export your LinkedIn profile to JSON Resume format."><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" type="text/css" href="https://d2v52k3cl9vedd.cloudfront.net/basscss/6.1.6/basscss.min.css"><link rel="stylesheet" type="text/css" href="basic.0d8ae620.css"><link rel="stylesheet" type="text/css" href="prism.ba61a24c.css"></head><body class="post p2 p-responsive wrap"> <main class="measure"> <h1>LinkedIn to Json Résumé</h1> <p>This is a small website that exports your LinkedIn profile to a <a href="http://jsonresume.org/">JSON Résumé</a>.</p> <p>The source code is available <a href="https://github.com/JMPerez/linkedin-to-json-resume">on GitHub</a>.</p> <p>Due to <a href="https://github.com/JMPerez/linkedin-to-json-resume/issues/10">recent restrictions</a> added to the LinkedIn API, this web app can't ask for access to user's full profile. Thus, the best way is to export your data from LinkedIn and import it in this tool.</p> <h2>Instructions</h2> <ol> <li>Go to the <a href="https://www.linkedin.com/settings/data-export-page">Data Export Page</a> on LinkedIn and click on "Request archive".</li> <li>You will get an email from LinkedIn confirming your request. You will need to wait up to 72 hours to get a link to download your data.</li> <li>After some hours you will receive a link to download your archive. Click on it and save the zip file.</li> <li>Drag and drop or select the file (its name should be something like Basic_LinkedInDataExport_XX-XX-XXXX.zip or Complete_LinkedInDataExport_XX-XX-XXXX.zip) in the area below:</li> </ol> <div> <p id="filedrag"> Drop a LinkedIn archive zip file or <button class="button" id="select-file">select a file</button>. </p> <input type="file" id="fileselect" name="fileselect[]"> </div> <h2 id="result">Result</h2> <pre><code id="output" class="language-javascript"></code></pre> <button class="button download">Download as resume.json</button> </main> <footer class="about"> <h3>About me</h3> <div class="media"> <div class="img"> <img src="https://jmperezperez.com/assets/images/jmperez.jpg" class="avatar-image" title="José M. Pérez"> </div> <div class="bd"> <div class="name">José M. Pérez</div> <div class="media twitter"> <div class="img"> <img src="https://jmperezperez.com/assets/images/twitter.svg" width="16" height="16" class="twitter-logo" alt="Twitter"> </div> <div class="bd"> <a href="https://twitter.com/jmperezperez">@jmperezperez</a> </div> </div> <a href="https://jmperezperez.com">jmperezperez.com</a> </div> </div> </footer> <script src="main.ec27f8b9.js"></script> <script src="prism.2565d77d.js" data-manual=""></script> <script>!function(e,a,t,n,g,c){e.GoogleAnalyticsObject=n,e.ga||(e.ga=function(){(e.ga.q=e.ga.q||[]).push(arguments)}),e.ga.l=+new Date,g=a.createElement(t),c=a.getElementsByTagName(t)[0],g.src="//www.google-analytics.com/analytics.js",c.parentNode.insertBefore(g,c)}(window,document,"script","ga"),ga("create","UA-39254352-1"),ga("send","pageview");</script> </body></html> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.