Skip to content

Instantly share code, notes, and snippets.

@MatrixFrog
Created October 2, 2017 02:20
Show Gist options
  • Save MatrixFrog/a3ee53f56359ee4ad1e3e9cb91aa0777 to your computer and use it in GitHub Desktop.
Save MatrixFrog/a3ee53f56359ee4ad1e3e9cb91aa0777 to your computer and use it in GitHub Desktop.
very beginnings of a Trader Joes bot
{
"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