food Domain
The food domain maps domain keywords to underlying faker implementations.
Faker Documentation
Methods
food.adjective
Generates a random dish adjective.
- Canonical:
awd.domain.food.adjective - Faker docs: https://fakerjs.dev/api/food
No parameters.
Examples:
Shows the default food.adjective call.
food.adjective
Returns: juicy
food.description
Generates a random dish description.
- Canonical:
awd.domain.food.description - Faker docs: https://fakerjs.dev/api/food
No parameters.
Examples:
Shows the default food.description call.
food.description
Returns: An exquisite artichoke dish, paired with brown rice and a hint of cardamom.
food.dish
Generates a random dish name.
- Canonical:
awd.domain.food.dish - Faker docs: https://fakerjs.dev/api/food
No parameters.
Examples:
Shows the default food.dish call.
food.dish
Returns: Cinnamon-crusted Chicken
food.ethnicCategory
Generates a random food's ethnic category.
- Canonical:
awd.domain.food.ethnicCategory - Faker docs: https://fakerjs.dev/api/food
No parameters.
Examples:
Shows the default food.ethnicCategory call.
food.ethnicCategory
Returns: Indonesian
food.fruit
Generates a random fruit name.
- Canonical:
awd.domain.food.fruit - Faker docs: https://fakerjs.dev/api/food
No parameters.
Examples:
Shows the default food.fruit call.
food.fruit
Returns: grapefruit
food.ingredient
Generates a random ingredient name.
- Canonical:
awd.domain.food.ingredient - Faker docs: https://fakerjs.dev/api/food
No parameters.
Examples:
Shows the default food.ingredient call.
food.ingredient
Returns: green pepper
food.meat
Generates a random meat
- Canonical:
awd.domain.food.meat - Faker docs: https://fakerjs.dev/api/food
No parameters.
Examples:
Shows the default food.meat call.
food.meat
Returns: kangaroo
food.spice
Generates a random spice name.
- Canonical:
awd.domain.food.spice - Faker docs: https://fakerjs.dev/api/food
No parameters.
Examples:
Shows the default food.spice call.
food.spice
Returns: fines herbes
food.vegetable
Generates a random vegetable name.
- Canonical:
awd.domain.food.vegetable - Faker docs: https://fakerjs.dev/api/food
No parameters.
Examples:
Shows the default food.vegetable call.
food.vegetable
Returns: eggplant