Skip to content

EvictionLab/eviction-lab-exports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eviction Lab Exports

Serverless services for generating exports from Eviction Lab data.

Installation

To install the main group of exports using Node 6, run npm install in the root directory. Because of issues with deploying functions that use Chromeless in combination with functions that don't, the PDF export is in a separate service under the src/pdf/ directory. To install it as well, cd into src/ and run npm install.

In order to test out some of the canvas-based functionality locally, you'll need to install node-canvas separately with npm install canvas.

Deployment

To deploy the service, you'll need to update the environment variables in both serverless.yml files.

For a dev environment run:

npm run deploy-dev

For a production environment run:

npm run deploy

License

This application is open source code under the MIT License.

About

Serverless file generation for Eviction Lab exports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published