{"id":24062675,"url":"https://github.com/ifte-13/frosty","last_synced_at":"2026-06-18T10:31:36.783Z","repository":{"id":270527417,"uuid":"910651074","full_name":"IFTE-13/Frosty","owner":"IFTE-13","description":"This is a contemporary web app based on Next.js 15 with TypeScript, wherein the focus has been put on scalability and performance to critically integrate React-Leaflet for interactive maps, Axios for handling APIs, Moment.js for handling dates, and TailwindCSS as the only responsive design tool among others.","archived":false,"fork":false,"pushed_at":"2025-01-01T00:40:14.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T16:42:11.088Z","etag":null,"topics":["axios","loadsh","momentjs","nextjs15","pnpm","react-leaflet","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://froosty.vercel.app/","language":"TypeScript","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/IFTE-13.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-12-31T23:46:15.000Z","updated_at":"2025-01-01T00:40:17.000Z","dependencies_parsed_at":"2025-01-01T01:32:56.995Z","dependency_job_id":null,"html_url":"https://github.com/IFTE-13/Frosty","commit_stats":null,"previous_names":["ifte-13/frosty"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IFTE-13/Frosty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFTE-13%2FFrosty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFTE-13%2FFrosty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFTE-13%2FFrosty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFTE-13%2FFrosty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IFTE-13","download_url":"https://codeload.github.com/IFTE-13/Frosty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IFTE-13%2FFrosty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34487069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","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":["axios","loadsh","momentjs","nextjs15","pnpm","react-leaflet","shadcn-ui","tailwindcss","typescript"],"created_at":"2025-01-09T08:57:58.065Z","updated_at":"2026-06-18T10:31:36.756Z","avatar_url":"https://github.com/IFTE-13.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frosty - Weather App\n\nFrosty is a modern weather application that provides the latest weather forecasts and conditions. Built with Next.js, Frosty offers a sleek and user-friendly interface to keep you updated on the weather.\n\n## 🖥️ Features\n\n- Current weather conditions\n- 5-day weather forecast\n- UV index, air polution, population, pressure and etc.\n- Search by city\n- Responsive design\n- Easy-to-read weather icons and data\n\n## 🚀 Tech Stack\n- [**Next.js**](https://nextjs.org/): A React framework for building fast and scalable web applications.  \n- [**Tailwind CSS**](https://tailwindcss.com/): A utility-first CSS framework for rapid UI development.  \n- [**shadcn/ui**](https://ui.shadcn.dev/): A collection of pre-designed components built with Tailwind CSS and Radix.  \n- [**Moment.js**](https://momentjs.com/): A library for parsing, validating, manipulating, and formatting dates and times.  \n- [**Axios**](https://axios-http.com/): A promise-based HTTP client for making requests.  \n- [**React Leaflet**](https://react-leaflet.js.org/): A React wrapper for Leaflet to create interactive maps.\n- [**Open Weather**](https://openweathermap.org/): A comprehensive weather data services, including current, forecast, and historical weather information.\n\n\n## 📦 Installation\n\nTo get started with Frosty, follow these steps:\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/IFTE-13/frosty.git\n   cd frosty\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   pnpm install\n   ```\n\n3. **Set up environment variables:**\n\n   Create a `.env` file in the root of your project and add your API key for the weather service:\n\n   ```plaintext\n   OPENWEATHER_API_KEY=your_api_key_here\n   ```\n\u003e [!Important]\n\u003e Get your api key from [`Open Weather`](https://openweathermap.org/).\n\n4. **Run the development server:**\n\n   ```bash\n   pnpm run dev\n   ```\n\n   Open [http://localhost:3000](http://localhost:3000) in your browser to see the app in action.\n\n## 🤝 Contributing\n\nContributions are welcome! If you have any suggestions or improvements, feel free to create an issue or submit a pull request.\n\n1. **Fork the repository**\n2. **Create a new branch:**\n\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n\n3. **Make your changes**\n4. **Commit your changes:**\n\n   ```bash\n   git commit -m '\u003ctype\u003e[optional scope]: \u003cdescription\u003e'\n   ```\n\n5. **Push to the branch:**\n\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n\n6. **Open a pull request**\n\n## 📝 License\n\n\u003e [!Caution]\n\u003e This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifte-13%2Ffrosty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fifte-13%2Ffrosty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifte-13%2Ffrosty/lists"}