My first Ruby on Rails and API experiment
"My LinkedIn Page" collects your LinkedIn data, and formats it from JSON to HTML. Hopefully, it will later save the information to a database and provide a link where anyone can access your page without authentication.
- Create a new LinkedIn API application on https://developer.linkedin.com/
- Download my code
- Create the files apiKey.txt and apiSecret.txt in the root, and add your API key and secret to the files
- Start the application via typing
ruby sin the terminal - Go to
localhost:3000/linkedinin your favorite web browser. - Voilà!
Of course you can contribute to the project if you think it's a nice idea. You're also much welcome to provide feedback to marcus@marcusnygren.se.
- Format the JSON data from the LinkedIn API into the format that JSON Resume uses, so that https://jsonresume.org can be used for generating the HTML page.