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

This branch is up to date with cdhawke/loyalmenu:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55404c1 · Jun 28, 2024

History

11 Commits
Jun 28, 2024
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023
Jun 28, 2024
Jun 28, 2024
Jun 28, 2024
Jun 28, 2024
Jun 28, 2024
Jun 28, 2024

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%