An open API service indexing awesome lists of open source software.

https://github.com/tushortz/linkedin-resume

ResumeFactory is an online resume builder that can turn your LinkedIn into an editable and downloadable PDF.
https://github.com/tushortz/linkedin-resume

Last synced: 4 months ago
JSON representation

ResumeFactory is an online resume builder that can turn your LinkedIn into an editable and downloadable PDF.

Awesome Lists containing this project

README

        

# ResumeFactory

ResumeFactory is an online resume builder that can turn your LinkedIn profile into an editable and downloadable PDF.

## Website

[linkedin-resume.herokuapp.com](http://linkedin-resume.herokuapp.com)

## Built with

* [Ruby on Rails](http://rubyonrails.org/)

## Authors

* **Theo Avoyne** - *Back-end / Front-end* - [theoavoyne](https://github.com/theoavoyne)
* **Olivier Riccini** - *Front-end* - [OlivierRiccini](https://github.com/OlivierRiccini)

## Main features

* Authentication with LinkedIn (OAuth 2.0 protocol) with [omniauth-linkedin](https://github.com/skorks/omniauth-linkedin) gem.
* HTML-based PDF generator using shell utility Wkhtmltopdf with [wicked_pdf](https://github.com/mileszs/wicked_pdf) gem.
* Interactive and asynchronous resume editor using AJAX, JavaScript/JQuery, CoffeeScript, HTML5, SCSS and Bootstrap.