Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 567 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 567 Bytes

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