{"id":25282454,"url":"https://github.com/code-jl/ye-old-weather-dashboard","last_synced_at":"2026-05-06T19:32:18.339Z","repository":{"id":275373135,"uuid":"925894786","full_name":"Code-JL/Ye-Old-Weather-Dashboard","owner":"Code-JL","description":"A monotone weather dashboard that takes on the coder/techy aesthetic.","archived":false,"fork":false,"pushed_at":"2025-02-16T20:17:20.000Z","size":556,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T21:23:36.675Z","etag":null,"topics":["dark-mode","nextjs","react","responsive-design","tailwindcss","typescript","unit-conversion","weather","weather-api"],"latest_commit_sha":null,"homepage":"https://www.yeoldeweather.com","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/Code-JL.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-02-02T02:02:54.000Z","updated_at":"2025-02-16T20:17:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"8827de52-dd4d-485d-9730-3afa789f86c7","html_url":"https://github.com/Code-JL/Ye-Old-Weather-Dashboard","commit_stats":null,"previous_names":["code-jl/ye-old-weather-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-JL%2FYe-Old-Weather-Dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-JL%2FYe-Old-Weather-Dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-JL%2FYe-Old-Weather-Dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-JL%2FYe-Old-Weather-Dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-JL","download_url":"https://codeload.github.com/Code-JL/Ye-Old-Weather-Dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485342,"owners_count":20946405,"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":["dark-mode","nextjs","react","responsive-design","tailwindcss","typescript","unit-conversion","weather","weather-api"],"created_at":"2025-02-12T19:34:28.643Z","updated_at":"2026-05-06T19:32:13.310Z","avatar_url":"https://github.com/Code-JL.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ye Olde Weather Dashboard\n\nYe Olde Weather Dashboard is a simple monotone weather dashboard that takes on the coder/techy aesthetic. It is built with Next.js and provides current weather conditions, hourly and daily forecasts, historical weather data, air quality information, and UV index. The dashboard features a responsive design, dark mode support, and customizable unit settings.\n\n## Features\n\n- 🌡️ Current weather conditions\n- 🕰️ Hourly forecast\n- 📅 Daily forecast\n- 📜 Historical weather data\n- 💨 Air quality information\n- ☀️ UV index\n- 🌐 Location search (automatic based on IP and manual)\n- 🌙 Dark mode support\n- 🌡️ Multiple unit conversions\n- 📱 Responsive design\n- ⚙️ Customizable settings\n  - Temperature units (°C, °F, K, °R, °Ré, °Rø, °N, °D)\n  - Wind speed units (km/h, m/s, mph, kts, ft/s, BF, F, EF, SS)\n  - Humidity units (%, decimal)\n  - Precipitation units (mm, in, cm)\n  - Time display options\n  - Precision settings\n\n## Technologies Used\n\n### Core\n- [Next.js](https://nextjs.org/) - A React framework for building server-side rendered and static websites\n- [React](https://reactjs.org/) - A JavaScript library for building user interfaces\n- [TypeScript](https://www.typescriptlang.org/) - A typed superset of JavaScript that compiles to plain JavaScript\n\n### Styling \u0026 UI\n- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom user interfaces\n- [Framer Motion](https://www.framer.com/motion/) - A production-ready motion library for React\n\n### Utilities\n- [Axios](https://axios-http.com/) - A promise-based HTTP client for the browser and Node.js\n- [date-fns](https://date-fns.org/) - A modern JavaScript date utility library\n\n## APIs\n\n### Weather Data\n- [Open-Meteo](https://open-meteo.com/) - A free weather API providing global weather data\n  - Current conditions\n  - Hourly forecasts\n  - Daily forecasts\n  - Historical data\n  - Air quality information\n\n### Geolocation Services\n- [ip-api](https://ip-api.com/) - Primary geolocation service (45 requests/minute)\n- [ipwho.is](https://ipwho.is/) - Secondary geolocation service\n- [ipinfo.io](https://ipinfo.io/) - Tertiary geolocation service\n- [ipapi.co](https://ipapi.co/) - Fallback geolocation service\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgements\n\nSpecial thanks to:\n- The Open-Meteo team for providing free and reliable weather data\n- The various IP geolocation services that make location detection possible\n- The open-source community for the amazing tools and libraries\n\n### Resources Used\n- [Heroicons](https://heroicons.com/) - A set of free MIT-licensed high-quality SVG icons\n- [1584 Pragmatica Lima Font](https://www.dafont.com/1584-pragmatica-lima.font) - A free font used for the title\n\n---\n\nVisit [www.yeoldweather.com](https://www.yeoldweather.com) to check out Ye Olde Weather Dashboard in action!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-jl%2Fye-old-weather-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-jl%2Fye-old-weather-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-jl%2Fye-old-weather-dashboard/lists"}