Last active
October 26, 2018 12:55
-
-
Save clovisdasilvaneto/fb2aa77b6080c735bb70ecc16d982551 to your computer and use it in GitHub Desktop.
This file contains 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
module.exports = [ | |
'junk food', | |
'nightclub', | |
'milkshake', | |
'fast food', | |
'french fries', | |
'burguer', | |
'cigarret', | |
'tobacco', | |
'cigar', | |
'tobacco products', | |
'tobacco product', | |
'obesity' | |
]; |
This file contains 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
module.exports = [ | |
'fun', | |
'sports', | |
'health food', | |
'dog', | |
'puppy', | |
'vegetable', | |
'salad', | |
'leaf vegetable', | |
'spinach salad', | |
'vegetarian food', | |
'superfood', | |
'caesar salad', | |
'asian food', | |
'muscle', | |
'ultramarathon', | |
'race', | |
'running', | |
'trail', | |
'duathlon', | |
'endurance sports', | |
'long distance running', | |
'athletics', | |
'gym', | |
'exercise equipment' | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment