{"id":26605758,"url":"https://github.com/xerxescoder/ariapik","last_synced_at":"2026-04-08T18:31:11.398Z","repository":{"id":283988190,"uuid":"953485093","full_name":"XerxesCoder/ariapik","owner":"XerxesCoder","description":"Stock Image Fetcher","archived":false,"fork":false,"pushed_at":"2025-03-23T13:42:56.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T14:34:00.207Z","etag":null,"topics":["freepik","freepik-api","freepik-premium-downloader","nextjs","pixabay","pixabay-api","pixabay-javascript-api","shadcn","stock-image","stock-images","vercel"],"latest_commit_sha":null,"homepage":"https://ariapik.vercel.app","language":"JavaScript","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/XerxesCoder.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":"2025-03-23T13:35:28.000Z","updated_at":"2025-03-23T13:47:53.000Z","dependencies_parsed_at":"2025-03-23T14:44:11.165Z","dependency_job_id":null,"html_url":"https://github.com/XerxesCoder/ariapik","commit_stats":null,"previous_names":["xerxescoder/ariapik"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XerxesCoder%2Fariapik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XerxesCoder%2Fariapik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XerxesCoder%2Fariapik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XerxesCoder%2Fariapik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XerxesCoder","download_url":"https://codeload.github.com/XerxesCoder/ariapik/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245168899,"owners_count":20571804,"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":["freepik","freepik-api","freepik-premium-downloader","nextjs","pixabay","pixabay-api","pixabay-javascript-api","shadcn","stock-image","stock-images","vercel"],"created_at":"2025-03-23T21:15:57.951Z","updated_at":"2025-12-30T22:56:12.788Z","avatar_url":"https://github.com/XerxesCoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Pixabay Stock Image Fetcher\n\nThis is an open-source [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). The application allows users to fetch and explore high-quality stock images from the [Pixabay API](https://pixabay.com/api/docs/).\n\n## Live Demo\n\n[Aria Pik](https://ariapik.vercel.app/)\n\n## Features\n\n- **Fetch Stock Images**: Seamlessly fetch and display stock images from Pixabay.\n- **Search and Filter**: Search for images by keywords and filter by image type (e.g., photos, illustrations, vectors).\n- **Responsive Design**: Built with a responsive layout to ensure a great experience on all devices.\n- **Open Source**: Fully open-source, allowing developers to contribute and customize the project.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v18 or later)\n- A Pixabay API key (get it from [Pixabay API](https://pixabay.com/api/docs/))\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/XerxesCoder/ariapik.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd ariapik\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   # or\n   yarn install\n   # or\n   pnpm install\n   # or\n   bun install\n   ```\n4. Create a `.env.local` file in the root directory and add your Pixabay API key:\n   ```env\n   NEXT_PUBLIC_PIXABAY_API_KEY=your_pixabay_api_key_here\n   ```\n\n### Running the Development Server\n\nStart the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser to see the application in action.\n\n\n\n## Contributing\n\nWe welcome contributions! If you'd like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add your feature or fix\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n5. Open a pull request and describe your changes.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.\n\n## Contact\nHappy token creating! If you have any questions or feedback, please feel free to reach out.\n\n- **Telegram**: [@xerxescoder](https://t.me/xerxescoder)\n- **Telegram Channel**: [@xerxescodes](https://t.me/xerxescodes)\n- **Email**: [xerxescode@gmail.com](mailto:xerxescode@gmail.com)\n\n## License\n\nThis project is open-source and available under the [MIT License](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxerxescoder%2Fariapik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxerxescoder%2Fariapik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxerxescoder%2Fariapik/lists"}