Created
October 2, 2017 02:20
-
-
Save MatrixFrog/a3ee53f56359ee4ad1e3e9cb91aa0777 to your computer and use it in GitHub Desktop.
very beginnings of a Trader Joes bot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"origin": ["#item#", "spicy #item#", "summer #item#", "fresh #item#", "Mexican-style #item#", "Indian-style #item#", "Asian #item#"], | |
"item": ["#ingredient# pasta salad", "#ingredient# salsa", "#ingredient# slaw", "grilled #ingredient#", "#ingredient# salad"], | |
"ingredient" : ["squash", "kale", "pumpkin", "#cheese# cheese"], | |
"cheese": ["burrata", "mascarpone", "gruyere", "mozzerella"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment