@hundred5/candidate-server
v2.0.0
Published
Node.js server for Hundred5 candidate app
Downloads
4
Maintainers
Keywords
Readme
Candidate server
Simple Node.js app for serving the candidate app on Heroku. It has these functions:
- Send static assets
- Inject Open Graph meta tags into the HTML file
- Redirect custom job opening slugs to real slugs
Installation
yarn add @hundred5/candidate-server
Usage
Create a candidate.config.js
file in the app, you can use the file in this repository as a reference. Then run the candidate-server
executable provided by this package.