Weathr-JS is a dynamic weather web app that provides up-to-date forecasts for the current day and the next 5 days. Its intuitive interface allows you to plan your schedule ensuring you stay prepared for changing weather conditions
Created to address the challenges of planning amidst unpredictable weather, Weathr-JS empowers users to seamlessly integrate weather forecasts into their daily schedules. The app ensures that your plans align with the atmospheric conditions, allowing for more informed and adaptable planning.
Weathr-JS solves the problem of uncertainty in daily planning caused by unpredictable weather. It allows users to stay ahead of the forecast, providing hourly weather details to aid in decision-making. Weathr-JS ensures that your scheduling is not only efficient but also tailored to the ever-changing weather patterns.
Experience the convenience of weather-informed planning with Weathr-JS – because when it comes to your schedule, the forecast matters! 🌦️📅
Please see a full list of features here
- Dev Requirements
- Dev Environment Setup
- Enduser usage instructions
- Features
- How to contribute
- technologies
- Screenshot
- Credits
- License
Git/GitBash, VS Code, and the source code, of course! 🛠️
To get the development environment running:
- Clone this repo
- Open the repo folder in VS Code
- Right-click on
index.html
and open it using the default browser.
index.html
: Contains all HTML code for the schedulerassets/js/
: Contains all javaScript for the webappassets/images/
: Contains all images used in the webpage
There is no special requirements for end users. Simply visit here
- Allows you see the weather for today And the next 5 days
- Stores your search history
- Is Fully mobile responsive
- has a clean design
- Fork this repository
- Clone the repository
- Create a branch for your bug fix or feature
- Make necessary changes and commit those changes
- Push changes to GitHub
- Create a pull request to this repo to submit your changes for review
- JavaScript
- HTML
- CSS
- Jquery
- DayJS
- OpenWeatherMap API
The following image shows the web application's appearance and functionality:
Note: This webapp is fully mobile responsive.
- Ross - Source Code
MIT License
Copyright (c) 2023 RossNE99
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.