mirror of
https://github.com/kevin-DL/scraps.git
synced 2026-01-12 02:05:14 +00:00
Create spoonacular integration
- Find recipes by ingredients
This commit is contained in:
@@ -35,4 +35,9 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'spoonacular' => [
|
||||
'api_url' => env('SPOONACULAR_BASE_API_URL'),
|
||||
'api_key' => env('SPOONACULAR_API_KEY'),
|
||||
]
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user