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.
- Host: GitHub
- URL: https://github.com/tushortz/linkedin-resume
- Owner: tushortz
- Created: 2019-05-23T04:51:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T04:53:39.000Z (about 6 years ago)
- Last Synced: 2025-01-09T05:18:26.345Z (5 months ago)
- Language: Ruby
- Homepage: http://linkedin-resume.herokuapp.com/
- Size: 7.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.