Skip to content

Node lambda script that reads a pdf and publishes the results in a slack channel after some minor parsing.

License

Notifications You must be signed in to change notification settings

NixFrog/loyalmenu

 
 

Repository files navigation

loyalmenu

Node script to parse the Loyal menu pdf and post it to a slack channel

Usage

npm i

Development

Run the menu extract locally to see what the text will look like:

npm run dev

Building and publishing

Make sure you're logged in to aws via sso with aws sso login under the correct account / profile.

e.g.

aws sso login --profile search

You may also need to publish using this profile explicitly if the default is not set to the correct one.

npm run package && npm run publish -- --profile search

About

Node lambda script that reads a pdf and publishes the results in a slack channel after some minor parsing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.8%
  • JavaScript 21.2%