Skip to content

Pager is responsible for sending pages to be checked, as well as final pages to the printer.

Notifications You must be signed in to change notification settings

thepittnews/pager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pager

Pager is responsible for sending pages to be checked, as well as final pages to the printer.

Architecture

Pager is built as an Electron app. The only external dependency is pdftk which handles PDF manipulation. Use this link to download for most Mac computers.

Configuration

Create a config.json file with the structure below. The slack_settings.token property should be set to your Slack app's Bot User OAuth Token.

{
  "ftp_settings": {
    "host": "",
    "user": "",
    "password": ""
  },
  "slack_settings": {
    "channels": "",
    "token": ""
  }
}

Distribution

Run node packager.js to create a packaged Mac application.

About

Pager is responsible for sending pages to be checked, as well as final pages to the printer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published