{"id":19530544,"url":"https://github.com/howbizarre/nuxt-image-gallery","last_synced_at":"2026-01-31T02:02:22.660Z","repository":{"id":238005213,"uuid":"795676616","full_name":"howbizarre/nuxt-image-gallery","owner":"howbizarre","description":"Test Huxt Hub","archived":false,"fork":false,"pushed_at":"2024-05-03T19:36:52.000Z","size":1238,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T20:12:51.324Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/howbizarre.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-03T19:36:50.000Z","updated_at":"2025-04-09T13:57:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"edc0b38d-8210-4a6f-af1f-cffddd0f049a","html_url":"https://github.com/howbizarre/nuxt-image-gallery","commit_stats":null,"previous_names":["howbizarre/nuxt-image-gallery"],"tags_count":0,"template":false,"template_full_name":"Flosciante/nuxt-image-gallery","purl":"pkg:github/howbizarre/nuxt-image-gallery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howbizarre%2Fnuxt-image-gallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howbizarre%2Fnuxt-image-gallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howbizarre%2Fnuxt-image-gallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howbizarre%2Fnuxt-image-gallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howbizarre","download_url":"https://codeload.github.com/howbizarre/nuxt-image-gallery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howbizarre%2Fnuxt-image-gallery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28926630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"online","status_checked_at":"2026-01-31T02:00:09.179Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-11T01:33:44.165Z","updated_at":"2026-01-31T02:02:22.646Z","avatar_url":"https://github.com/howbizarre.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NuxtHub Image Gallery Starter Template\n\nThis starter lets you get started with [NuxtHub Blob](https://hub.nuxt.com/docs/storage/blob) in seconds.\n\nhttps://github.com/Flosciante/nuxt-image-gallery/assets/904724/6e2bafdf-f5a0-42cf-b1f8-1d11c6ec919f\n\n## Features\n\n- 📷 Image upload and display with [`hubBlob()`](http://hub.nuxt.com/docs/storage/blob)\n- 🖼️ Image Filters: Apply a variety of filters to your images.\n- 💾 Saving: Save your images with applied filters.\n- 🌐 Cloud Storage: Blob powered by NuxtHub (cloudflare R2).\n- 🎠 Custom Carousel: Includes a custom carousel component that can be adapted for in-house use.\n- 🏃🏻 [View transition API](https://developer.chrome.com/docs/web-platform/view-transitions) The View Transitions API provides a mechanism for easily creating animated transitions between different DOM states while also updating the DOM contents in a single step.\n- 🔑 [Nuxt Auth Utils](https://github.com/Atinux/nuxt-auth-utils) Minimalist Authentication module for Nuxt exposing Vue composables and server utils.\n\n## Stack\n\n- [NuxtHub](https://hub.nuxt.com) - A Nuxt toolkit to build fullstack applications on the edge\n- [NuxtUI](https://ui.nuxt.com/getting-started) - A UI Library for Modern Web Apps\n- [Nuxt Fonts](https://github.com/nuxt/fonts) - Plug-and-play custom web font optimization and configuration for Nuxt apps.\n- [VueUse](https://github.com/antfu/vueuse) - Collection of useful composition APIs\n- [ESLint](https://eslint.org/) with [@nuxt/eslint-config](https://github.com/nuxt/eslint), single quotes, no semi\n- [TypeScript](https://www.typescriptlang.org/)\n- [bun](https://bun.sh/) - Fast JavaScript package manager\n\n## Setup\n\n1. Clone this repository to your local machine.\n2. Install dependencies using the command `bun install` or your favorite package manager.\n3. Run the application with the command `bun dev` or your favorite package manager.\n\n\u003e If you don't have bun installed, run: curl -fsSL https://bun.sh/install | bash\n\n## Environment Variables\n\n- `NUXT_ADMIN_PASSWORD` - A password to access the admin panel and upload images, will default to `admin` if not provided.\n- `NUXT_SESSION_PASSWORD` - A secret key for session encryption used by [nuxt-auth-utils](https://github.com/Atinux/nuxt-auth-utils), will be generated automatically if not provided in development mode.\n\n## Development\n\n```bash\nbun dev\n```\n\n### Remote Storage\n\nOnce you deployed your project, you can connect to your remote database locally running:\n\n```bash\nbun dev --remote\n```\n\n### Deploy\n\nYou can deploy this project on your Cloudflare account for free and with zero configuration using [NuxtHub](https://hub.nuxt.com).\n\n```bash\nnpx nuxthub deploy\n```\n\nIt's also possible to leverage Cloudflare Pages CI for deploying, learn more about the different options on https://hub.nuxt.com/docs/getting-started/deploy\n\nLearn more about remote storage on https://hub.nuxt.com/docs/getting-started/remote-storage\n\n## Template Starter\n\nThis project is a template starter provided by NuxtHub. It's designed to help kickstart your NuxtHub files project.\n\nCheck out the [deployment documentation](https://hub.nuxt.com/docs/getting-started/deploy) for more information.\n\n## Contribution\n\nContributions are welcome! Feel free to open an issue to report a bug or submit a feature request via a pull request.\n\n## Credits\n\nThanks to [Atinux](https://github.com/Atinux) for the contributions and advice provided.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowbizarre%2Fnuxt-image-gallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowbizarre%2Fnuxt-image-gallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowbizarre%2Fnuxt-image-gallery/lists"}