{"id":14970940,"url":"https://github.com/markusantonwolf/ta-foodtrucks","last_synced_at":"2025-05-08T16:55:13.197Z","repository":{"id":57127413,"uuid":"299793978","full_name":"markusantonwolf/ta-foodtrucks","owner":"markusantonwolf","description":"TA-Foodtrucks is a Alpine JS based plugin for adding the latest food truck and street food dates to your website. This plugin is designed for every Craftplaces API endpoint.","archived":false,"fork":false,"pushed_at":"2021-04-15T01:27:47.000Z","size":352,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-03T15:11:53.063Z","etag":null,"topics":["alpine-js","alpinejs","food-truck","food-trucks","front-end","front-end-development","tailwind-css","tailwindcss"],"latest_commit_sha":null,"homepage":"https://ta-styled-plugins.com/ta-foodtrucks/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markusantonwolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-30T02:55:54.000Z","updated_at":"2022-11-04T14:40:46.000Z","dependencies_parsed_at":"2022-08-31T17:20:15.327Z","dependency_job_id":null,"html_url":"https://github.com/markusantonwolf/ta-foodtrucks","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusantonwolf%2Fta-foodtrucks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusantonwolf%2Fta-foodtrucks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusantonwolf%2Fta-foodtrucks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markusantonwolf%2Fta-foodtrucks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markusantonwolf","download_url":"https://codeload.github.com/markusantonwolf/ta-foodtrucks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253112078,"owners_count":21856070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine-js","alpinejs","food-truck","food-trucks","front-end","front-end-development","tailwind-css","tailwindcss"],"created_at":"2024-09-24T13:44:23.527Z","updated_at":"2025-05-08T16:55:13.138Z","avatar_url":"https://github.com/markusantonwolf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./public/img/logo-ta-foodtrucks.png\" width=\"400px\" /\u003e\n\u003c/p\u003e\n\n# **TA-Foodtrucks** - food truck and street food dates\n\n**TA-Foodtrucks is a Alpine JS based plugin for adding the latest food truck and street food dates to your website. This plugin is designed for every [Craftplaces API](https://api.craftplaces.com/) endpoint.**\n\n## Demos, Documentation and Examples\n\n[Documentation](https://ta-styled-plugins.com/ta-foodtrucks/)\n\n[Getting started](https://ta-styled-plugins.com/ta-foodtrucks/getting-started/)\n\n[Examples](https://ta-styled-plugins.com/ta-foodtrucks/examples/)\n\n[Configuration](https://ta-styled-plugins.com/ta-foodtrucks/configuration/)\n\n[Tailwind CSS plugin](https://ta-styled-plugins.com/ta-foodtrucks/tailwind-css-plugin/)\n\n## Features\n\n-   Reliable data - Food trucks keeping their schedule up to date in Craftplaces Business\n-   All Endpoints supported - You can use all Endpoint types of the Craftplaces API\n-   Easy to use - Enjoy the deliciousness of street food in your area\n-   Based on Alpine JS - Small footprint and Vue JS inspired, like Tailwind for JavaScript\n-   100% Tailwind CSS - Rapidly build modern websites without leaving your HTML\n\n## Install\n\n**From npm:** Install the package.\n\n```bash\n\n# Install using npm\n\nnpm install --save-dev @markusantonwolf/ta-foodtrucks\n\n# Install using yarn\n\nyarn add -D @markusantonwolf/ta-foodtrucks\n```\n\n**Inside tailwind.config.js:** Add the plugin to your tailwind css config file.\n\n```js\n// tailwind.config.js\nmodule.exports = {\n    // ...\n    theme: {\n        // ...\n        taFoodtrucks: {\n            debug: false, // shows the new component classes in the console while building\n            export: false, // writes the new component classes into files ./public/utilities.css \u0026 /public/keyframes.css\n        },\n        // ...\n    },\n    variants: {\n        // ...\n        taFoodtrucks: ['responsive'], // empty the array if you don't need a responsive variant\n        // ...\n    },\n    // ...\n    plugins: [require('@markusantonwolf/ta-foodtrucks')],\n    // ...\n}\n```\n\n## More TA-Styled-Plugins\n\n-   [TA-Styled-Plugins](https://ta-styled-plugins.com/) - Explore all Tailwind CSS and Alpine JS styled plugins and learn how to enhance your website fast and easy.\n\n## Local development\n\n```\n// To install dev dependencies run:\n\nnpm install\n\n// To start the development server run and go to http://localhost:9999/:\n\nnpm run serve\n\n// To make a development build run:\n\nnpm run develop\n\n// To make a production build run:\n\nnpm run build\n```\n\n## Licence\n\nTA Foodtrucks is released under the [MIT license](https://github.com/markusantonwolf/ta-foodtrucks/blob/master/licence.md) \u0026 supports modern environments.\n\n## Copyright\n\n© 2021 Markus A. Wolf\n\u003chttps://www.markusantonwolf.com\u003e\n\n\u003cp\u003e\n\u003cimg src=\"./public/img/logo-ta-styled-plugins.png\" width=\"160px\" style=\"display:block;padding-top:4rem;\" /\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusantonwolf%2Fta-foodtrucks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkusantonwolf%2Fta-foodtrucks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkusantonwolf%2Fta-foodtrucks/lists"}