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

https://github.com/emrocode/weather-app

Application to view weather information
https://github.com/emrocode/weather-app

frontend openweathermap react tailwindcss weather weather-app

Last synced: 10 months ago
JSON representation

Application to view weather information

Awesome Lists containing this project

README

          

![Preview]
## Weather App
Application to view weather information
### Built with:
- [React]
- [Tailwindcss]
### Installation and setup
1. Clone this repo
```bash
gh repo clone emrocode/weather-app
```
2. Go to folder and install dependencies
```bash
npm install
```
3. Add .env file
```.env
# Replace with your personal API key obtained from https://openweathermap.org/api
VITE_API_KEY="YOUR_API_KEY_HERE"
```
4. Run
```bash
npm run dev
```

[Preview]:https://user-images.githubusercontent.com/92260849/194760552-ef0adf98-9c4c-4cc3-8398-3e13b901041b.png
[React]:https://react.dev/
[Tailwindcss]:https://tailwindcss.com/