TA-Foodtrucks - Examples

With TA-Foodtrucks you can use all different types of endpoints of the Craftplaces API. Enjoy some examples..

Location - Food truck dates for a location

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.

Sorry, no dates available at the moment...
<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>

Vendor - Food truck dates from a selected vendor

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.

Sorry, no dates available at the moment...
<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>

City - Food truck dates in your city

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.

Sorry, no dates available at the moment...
<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>

Craftplaces API

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 Logo
Explore all TA Styled Plugins and learn how to enhance your website fast and easy. All TA Styled Plugins stand for light-weight, responsive, mobile first and 100% customizable with endless animation options and are based on Tailwind CSS and Alpine JS.

TA Styled Plugins are licensed under the MIT license, see LICENSE for details.

Copyright © 2019-2022 Markus A. Wolf - www.markusantonwolf.com

Imprint | Privacy