https://github.com/silent-watcher/weather
The app displays the current weather conditions for a given location based on the user's input.
https://github.com/silent-watcher/weather
api css html5 javascript openweathermap-api scss simple-project vite vitejs weather weather-app
Last synced: 12 months ago
JSON representation
The app displays the current weather conditions for a given location based on the user's input.
- Host: GitHub
- URL: https://github.com/silent-watcher/weather
- Owner: Silent-Watcher
- License: mit
- Created: 2023-03-25T09:53:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T19:24:08.000Z (about 3 years ago)
- Last Synced: 2025-07-01T01:56:16.734Z (12 months ago)
- Topics: api, css, html5, javascript, openweathermap-api, scss, simple-project, vite, vitejs, weather, weather-app
- Language: JavaScript
- Homepage: https://silent-watcher.github.io/weather/
- Size: 1.82 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Weather app
using the user's input and geographical location to collect weather information
## Overview

## Demo
### netlify
https://weatherdevwithapi.netlify.app/
### GitHub pages
https://silent-watcher.github.io/weather/
## Prerequisites
In order to run this project, you will need to have the following installed on your computer:
- nodejs
- yarn | npm
## Run Locally
Clone the project
```bash
git clone https://github.com/Silent-Watcher/weather
```
Go to the project directory
```bash
cd weather
```
Install dependencies
```bash
npm install
yarn
```
Start the server
```bash
npm run dev
yarn dev
```
## Acknowledgements
- [The build tool and development server.](https://vitejs.dev/)
- [ The weather data API used in the project.](https://openweathermap.org/api)
- [The package manager used in the project.](https://yarnpkg.com/)
## Feedback
If you have any feedback, please reach out to me at alitabatabaee20@gmail.com
## License
[MIT](https://choosealicense.com/licenses/mit/)
This project is licensed under the MIT License. See the LICENSE file for details.