An open API service indexing awesome lists of open source software.

https://github.com/wingsum93/mealplanner-ios

It’s an iOS app built in SwiftUI using the MVI architecture that fetches and displays meal/recipe information from the public TheMealDB API. It’s essentially a front-end demo for browsing recipes.
https://github.com/wingsum93/mealplanner-ios

ios mvi swiftui themealdb-api

Last synced: 2 months ago
JSON representation

It’s an iOS app built in SwiftUI using the MVI architecture that fetches and displays meal/recipe information from the public TheMealDB API. It’s essentially a front-end demo for browsing recipes.

Awesome Lists containing this project

README

          

# Meal Planner - iOS
Swift UI mvi project :
use themealdb api

## Data Source

* The app uses [Recipe API](https://www.themealdb.com/api.php) for fetching the recipes.
* All Ingredients[Here](https://www.themealdb.com/api/json/v1/1/list.php?i=list)
* All Categories[Here](https://www.themealdb.com/api/json/v1/1/list.php?c=list)
* All Areas[Here](https://www.themealdb.com/api/json/v1/1/list.php?a=list)
* Filter by ingredient[Here](https://www.themealdb.com/api/json/v1/1/filter.php?i=chicken_breast)
* Filter by Area[Here](https://www.themealdb.com/api/json/v1/1/filter.php?a=Canadian)
* Filter by Category[Here](https://www.themealdb.com/api/json/v1/1/filter.php?c=Seafood)
* Search by Name[Here](https://www.themealdb.com/api/json/v1/1/search.php?s=beef)
* Get Recipe Detail[Here](https://www.themealdb.com/api/json/v1/1/lookup.php?i=52772)
* Ingredient Image
* www.themealdb.com/images/ingredients/lime.png
* www.themealdb.com/images/ingredients/lime-small.png
* www.themealdb.com/images/ingredients/lime-medium.png
* www.themealdb.com/images/ingredients/lime-large.png