grocy/tests
Zeb Fross ac53c5abf7 Add KrogerToGrocyConverter class with tests
Kroger grocery stores allow manual access to past purchases in json form
through a browser's developer tools.  This class converts the Kroger
json data into something Grocy can understand while doing minor error
checking.  Also added appropriate unit tests.

In order to get this json, open developer tools and navigate to
https://www.qfc.com/mypurchases (or another Kroger grocer, aka
https://www.fredmeyer.com/mypurchases) and look for a call to
/mypurchases/api/v1/receipt/details.  The entire response will contain
all recent purchases.
2020-03-28 12:32:00 -07:00
..
testdata Add KrogerToGrocyConverter class with tests 2020-03-28 12:32:00 -07:00
KrogerToGrocyConverterTest.php Add KrogerToGrocyConverter class with tests 2020-03-28 12:32:00 -07:00