Today's Weather is a clean and simple weather forecast web app, built using javascript which I believe, might be a useful source for those who want to see how javascript language works in web development.
This web app basically uses location to retrieve forecast data accordingly from AccuWeather API service.
AccuWeather API has free plan which allows you to make 50 requests per day for one app.
You can use this web app to see current forecast condition of any valid location or city. This app also has feature of local storage. This web app is hosted using Netlify.
- Vanilla JavaScript
- HTML
- CSS
- Bootstrap
Feel free to submit issues and enhancement requests.
- Fork this repo on GitHub
- Clone this project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that I can review your changes
NOTE: Make sure to merge the latest from "upstream" before making a pull request!
- Support me by clicking the ⭐ button on the upper right of this page.
- Spread it to others to let more people to have an access to this project.