Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freshollie/max-jefb
https://github.com/freshollie/max-jefb
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/freshollie/max-jefb
- Owner: freshollie
- Created: 2022-10-12T23:10:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T14:29:40.000Z (about 2 years ago)
- Last Synced: 2024-11-11T19:43:10.936Z (2 months ago)
- Language: TypeScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Max Just Eat For Business
> Maxiumise your budget - just for fun ;)
## Why
If your work uses Just Eat For Business, you know the struggle of trying to get the most for your subsidised budget. Well why try and figure out the best combinations when a computer can do it for you!
## Running the server
The following envs must be provided
`ACCOUNT_EMAIL=...`
`ACCOUNT_PASSWORD=...`These are the credentials used to log in to your JEFB account to fetch the menu's for the week.
Install dependencies:
```
yarn
```Start the server
```
yarn dev
```