Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 676 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 676 Bytes

Build Status License

sushi-bargain

Problem: Find the closest Itsu that will have a half-price sale the soonest.

Generates a JSON data file than can be used by sushi-bargain-frontend.

How to run

Install dependencies

make install

Generate data file

sushi-bargain --output-directory OUTPUT_DIRECTORY

Development

The unit tests are residing in tests and can be run via:

tox