https://github.com/andrewhamerly/weather-dashboard
Used to search for a cities weather and store recent searches in localStorage that can be quickly regenerated with that cities weather for today and tomorrow.
https://github.com/andrewhamerly/weather-dashboard
api css-flexbox css3 fetch-api html5 javascript localstorage server-side-api
Last synced: about 2 months ago
JSON representation
Used to search for a cities weather and store recent searches in localStorage that can be quickly regenerated with that cities weather for today and tomorrow.
- Host: GitHub
- URL: https://github.com/andrewhamerly/weather-dashboard
- Owner: andrewhamerly
- License: mit
- Created: 2024-03-27T16:34:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T19:24:13.000Z (about 1 year ago)
- Last Synced: 2025-01-30T01:44:10.458Z (4 months ago)
- Topics: api, css-flexbox, css3, fetch-api, html5, javascript, localstorage, server-side-api
- Language: JavaScript
- Homepage: https://andrewhamerly.github.io/weather-dashboard/
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Dashboard
## Description
This project was created to learn the essence of server-side API along with reinforcing the idea of localStorage persistant data.## Installation
To install this repo, simply copy the repo and use git clone in your command line along with the copied repo url with your preferred method.```bash
git clone [email protected]:andrewhamerly/weather-dashboard.git
```## Usage
This can be used to search for the cities weather and store recent searches in localStorage that can be quickly regenerated with that cities weather for today and tomorrow.Link to deployed application:
[Weather Dashboard](https://andrewhamerly.github.io/weather-dashboard/)
## Credits
ChatGPT helped in splicing recent search to limit it for the last 8 only.## License
Source code is licensed under the MIT license.