Would you like to know which food truck or street food vendor is on the move around a specific location? Show all dates for today, tomorrow or the whole week.
<div
class="ta-foodtrucks rounded-lg border border-gray-50 shadow-xl px-4 py-4 mb-8"
x-data="taFoodtrucks()"
x-init="init()"
x-cloak
data-endpoint="https://api.craftplaces.com/api/v1/dip/location/twodays"
data-locale="de-DE"
data-min-height="10rem"
data-duration="1000"
data-today="Today"
data-tomorrow="Tomorrow"
data-seperator=" - "
data-suffix=""
>
<!--- SOME CONTENT HERE /-->
</div>
Would you like to know exactly where your favorite food truck or street food vendor is on the move? Show all dates for today, tomorrow or the whole week.
<div
class="ta-foodtrucks rounded-lg border border-gray-50 shadow-xl px-4 py-4 mb-8"
x-data="taFoodtrucks()"
x-init="init()"
x-cloak
data-endpoint="https://api.craftplaces.com/api/v1/dip/vendor/twodays"
data-locale="de-DE"
data-min-height="10rem"
data-duration="1000"
data-today="Today"
data-tomorrow="Tomorrow"
data-seperator=" - "
data-suffix=""
>
<!--- SOME CONTENT HERE /-->
</div>
Would you like to know which food truck or street food vendor is on the move in your city? Show all dates for today, tomorrow or the whole week.
<div
class="ta-foodtrucks rounded-lg border border-gray-50 shadow-xl px-4 py-4 mb-8"
x-data="taFoodtrucks()"
x-init="init()"
x-cloak
data-endpoint="https://api.craftplaces.com/api/v1/dip/city/tomorrow"
data-locale="de-DE"
data-min-height="10rem"
data-duration="1000"
data-today="Today"
data-tomorrow="Tomorrow"
data-seperator=" - "
data-suffix=""
>
<!--- SOME CONTENT HERE /-->
</div>
The Craftplaces API provides you with all dates and opening times of vendors with changing locations such as food trucks, street food or regional markets.
TA Styled Plugins are licensed under the MIT license, see LICENSE for details.
Copyright © 2019-2022 Markus A. Wolf - www.markusantonwolf.com