{"id":20394494,"url":"https://github.com/btoms20/asyncplottabler","last_synced_at":"2025-06-15T22:13:15.410Z","repository":{"id":220266346,"uuid":"751184008","full_name":"btoms20/AsyncPlotTabler","owner":"btoms20","description":"Prebuilt Tabler Components for Async HTML Rendering in Vapor","archived":false,"fork":false,"pushed_at":"2024-09-27T23:48:00.000Z","size":1017,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T10:57:14.604Z","etag":null,"topics":["plot","swift","swift-server","tabler","tabler-ui","vapor","vapor-swift"],"latest_commit_sha":null,"homepage":"https://vpt.btoms20.com","language":"Swift","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/btoms20.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-01T05:05:12.000Z","updated_at":"2024-09-27T23:47:22.000Z","dependencies_parsed_at":"2024-03-03T00:29:32.519Z","dependency_job_id":"66c439c1-7dd7-407c-ab90-3901289f8030","html_url":"https://github.com/btoms20/AsyncPlotTabler","commit_stats":null,"previous_names":["btoms20/asyncplottabler"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btoms20%2FAsyncPlotTabler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btoms20%2FAsyncPlotTabler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btoms20%2FAsyncPlotTabler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btoms20%2FAsyncPlotTabler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btoms20","download_url":"https://codeload.github.com/btoms20/AsyncPlotTabler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241945474,"owners_count":20046865,"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":["plot","swift","swift-server","tabler","tabler-ui","vapor","vapor-swift"],"created_at":"2024-11-15T03:53:16.570Z","updated_at":"2025-03-05T00:43:18.512Z","avatar_url":"https://github.com/btoms20.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AsyncPlotTabler\nPrebuilt Tabler Components for Async HTML Rendering in Vapor\n\n#### What's [Plot](https://github.com/JohnSundell/Plot)?\n\u003e Plot, a domain-specific language (DSL) for writing type-safe HTML, XML and RSS in Swift. It can be used to build websites, documents and feeds, as a templating tool, or as a renderer for higher-level components and tools. It’s primary focus is on static site generation and Swift-based web development.\n\n#### What's [Tabler](https://github.com/tabler/tabler)?\n\u003e Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern and user-friendly design you can create a fully functional interface that users will love! Choose the layouts and components you need and customize them to make your design consistent and eye-catching. Every component has been created with attention to detail to make your interface beautiful! \n\n#### What's [Vapor](https://github.com/vapor/vapor)?\n\u003e Vapor is an HTTP web framework for Swift. It provides a beautifully expressive and easy-to-use foundation for your next website, API, or cloud project.\n\n### When we combine these three powerful technologies, something revolutionary[^1] happens...\n\n#### 🔥 Check out the [Demo Website](https://vpt.btoms20.com)\n\n![VPT-Home](https://github.com/btoms20/AsyncPlotTabler/assets/32753167/c06128fb-48bc-43a6-94fc-ec9f73aa7d7d)\n\n\u003e [!NOTE]\n\u003e This is just a hosted version of the `Demo` executable included within this package\n\n## Local Demos\n#### 🔥 Tablers Demo Website\n- Run the `Demo` target within Xcode\n- Or execute `swift run Demo`\n\n#### ✅ A Todo Demo\nThe only thing missing from [Vapor's awesome Todo example](https://github.com/vapor/template-fluent-postgres) is a UI to interact with your fancy new API!\n- Make sure your Postgres (or DB of choice) server is up, running and reachable\n- Run the `Todo` target within Xcode\n- Or execute `swift run Todo` \n\n#### 📔 A Blog Demo (check out the [hosted demo](https://vpt-blog.btoms20.com))\nWant to set up a Micro Blog written entirely in Swift?? Here's a template to get you started!\n- Run the `Blog` target within Xcode\n- Or execute `swift run Blog` \n\n\u003e [!IMPORTANT] \n\u003e Before running any of the demos or deploying your own app...\n\u003e You need to create a `Public` dir in your apps working directory with Tablers [`static`](https://github.com/tabler/tabler/tree/dev/demo/static) and [`dist`](https://github.com/tabler/tabler/tree/dev/dist) assets with the following structure\n\u003e ``` bash\n\u003e ├── Public\n\u003e │   ├── static/\n\u003e │   ├── libs/\n\u003e │   ├── img/\n\u003e │   ├── js/\n\u003e │   └── css/\n\u003e ```\n\n## API\n``` swift\n// TODO\n```\n\n## Contributing\n\nContributions are welcomed! This code is very much a proof of concept. I can guarantee you there's a better / safer way to accomplish the same results. Any suggestions, improvements, or even just critiques, are welcome! \n\nLet's make this code better together! 🤝\n\n## Credits\n\n- [swift-nio](https://github.com/apple/swift-nio)\n- [Vapor](https://github.com/vapor/vapor) \n- [Plot](https://github.com/JohnSundell/Plot)\n- [Tabler](https://github.com/tabler/tabler)\n\n## License\n\n[MIT](LICENSE) 2024\n\n\n[^1]: There's no evidence to support this claim\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtoms20%2Fasyncplottabler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtoms20%2Fasyncplottabler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtoms20%2Fasyncplottabler/lists"}