{"id":19957614,"url":"https://github.com/cliftondavies/whetha","last_synced_at":"2026-04-11T09:04:52.143Z","repository":{"id":55568610,"uuid":"317322113","full_name":"cliftondavies/Whetha","owner":"cliftondavies","description":"A not-just-another weather web app.","archived":false,"fork":false,"pushed_at":"2021-04-01T12:30:32.000Z","size":6799,"stargazers_count":1,"open_issues_count":14,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T07:12:58.598Z","etag":null,"topics":["css3","fetch-api","geolocation-api","html5","javascript","netlify","npm","open-weather-map-api","skycons-weather-icons","webpack"],"latest_commit_sha":null,"homepage":"https://whetha.netlify.app/","language":"JavaScript","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/cliftondavies.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}},"created_at":"2020-11-30T19:16:39.000Z","updated_at":"2023-05-13T22:10:29.000Z","dependencies_parsed_at":"2022-08-15T03:20:35.066Z","dependency_job_id":null,"html_url":"https://github.com/cliftondavies/Whetha","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FWhetha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FWhetha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FWhetha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cliftondavies%2FWhetha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cliftondavies","download_url":"https://codeload.github.com/cliftondavies/Whetha/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241389166,"owners_count":19955107,"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":["css3","fetch-api","geolocation-api","html5","javascript","netlify","npm","open-weather-map-api","skycons-weather-icons","webpack"],"created_at":"2024-11-13T01:38:27.064Z","updated_at":"2026-04-11T09:04:52.098Z","avatar_url":"https://github.com/cliftondavies.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/2a816577-7281-40e0-8489-5a14077fc9ed/deploy-status)](https://app.netlify.com/sites/whetha/deploys)\n\n# Whetha\n\n\u003e A weather web app that displays the current weather for a given location, using the OpenWeatherMap API.\n\n![screenshot](weather.png)\n\n## MVP Functionality\n\n- Enable your current location\n- Search for weather by city name\n- Toggle between Celsius and Fahrenheit\n- Toggle menu\n- See a different background based on the location's weather\n\n## :tv: Media\n\n[Live Demo Link](https://whetha.netlify.app/)\n\n## :toolbox: Tools \u0026 Technologies Used\n\n### Built with\n\n- HTML5\n- CSS3\n- JavaScript ES6\n- webpack 5\n\n## :rocket: Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\nInstall [Node.js with npm](https://nodejs.org/en/download/)\n\nInstall [webpack](https://webpack.js.org/guides/getting-started/)\n\n### Set up\n\nClone repo into your local environment:\n\nClone with SSH\n\n```git\ngit clone git@github.com:cliftondavies/Weather-App.git\n```\n\nClone with HTTPS\n\n```git\ngit clone https://github.com/cliftondavies/Weather-App.git\n```\n\nOpen project directory\n\n```bash\ncd [your-directory-name]\n```\n\nInstall packages:\n\n```javascript\nnpm install\n```\n\n### Local Usage\n\n#### In console\n\nStart webpack:\n\n```javascript\nnpm run watch\n```\n\n#### In Browser\n\nVisit `http://localhost:3000/`.\n\n## Author\n\n👤 **Clifton Davies**\n\n- Github: [@githubhandle](https://github.com/cliftondavies)\n- Twitter: [@twitterhandle](https://twitter.com/cliftonaedavies)\n- Linkedin: [linkedin](https://www.linkedin.com/in/clifton-davies-mbcs/)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgements\n\n- [Picular](https://picular.co/)\n- [ConvertingColors](https://convertingcolors.com/)\n- [HTML-CSS-JS](https://html-css-js.com/css/generator/box-shadow/)\n- [Joy Stamp](https://unsplash.com/s/photos/rainy?utm_source=unsplash\u0026amp;utm_medium=referral\u0026amp;utm_content=creditCopyText)\n- [Cloris Ying](https://unsplash.com/s/photos/snowy?utm_source=unsplash\u0026amp;utm_medium=referral\u0026amp;utm_content=creditCopyText)\n- [Marc Wieland](https://unsplash.com/s/photos/cloudy?utm_source=unsplash\u0026amp;utm_medium=referral\u0026amp;utm_content=creditCopyText)\n- [Dave Hoefler](https://unsplash.com/s/photos/foggy?utm_source=unsplash\u0026amp;utm_medium=referral\u0026amp;utm_content=creditCopyText)\n\n## 📝 Copyright \u0026 License\n\nCopyright (c) 2020 Clifton Davies.\nThis project is licensed under [MIT](https://opensource.org/licenses/MIT). See LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcliftondavies%2Fwhetha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcliftondavies%2Fwhetha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcliftondavies%2Fwhetha/lists"}