https://github.com/antonybudianto/node-firebase-resume
:page_facing_up: Resume generator using Firebase and Node
https://github.com/antonybudianto/node-firebase-resume
firebase firebase-admin nodejs resume twig
Last synced: 7 months ago
JSON representation
:page_facing_up: Resume generator using Firebase and Node
- Host: GitHub
- URL: https://github.com/antonybudianto/node-firebase-resume
- Owner: antonybudianto
- Created: 2017-02-09T13:27:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T05:25:48.000Z (over 8 years ago)
- Last Synced: 2025-08-22T02:03:45.741Z (7 months ago)
- Topics: firebase, firebase-admin, nodejs, resume, twig
- Language: HTML
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Firebase Resume
Generate a PDF resume based on your Firebase data
## How to use
1. Clone this repo
2. Obtain your Firebase service key JSON file, name it `key.json` and put it in the root of this project
3. Import `examples/sample.json` into your Firebase Realtime Database and edit it as you wish
4. Run `npm start`
5. Your PDF will be generated on `dist` folder
## Custom
You can add your own custom template as you wish on `src/template` and then update `src/util/template.js` to use your template file.
You also can adjust the data as you want on `src/index.js`
## License
MIT