An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Weather app

using the user's input and geographical location to collect weather information

Awesome Made With Love

## Overview

![App Screenshot](https://iili.io/HNcddGa.png)

## 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.