https://github.com/spongejump/weather-app
https://github.com/spongejump/weather-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/spongejump/weather-app
- Owner: spongejump
- License: mit
- Created: 2024-12-01T09:58:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T12:25:16.000Z (over 1 year ago)
- Last Synced: 2025-03-20T08:41:23.852Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://weather-app-jet-beta-74.vercel.app
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather App
This repo is built with [Open Weather Map](https://openweathermap.org/), React, Tailwind, TypeScript, & Vite.
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
```
VITE_OWM_API_KEY=abc1234
```
## Run Locally
Clone the project
```bash
git clone https://github.com/gungho0619/weather-app.git
```
Go to the project directory
```bash
cd weather-app
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run dev
```
## Tech Stack
React, Tailwind, TypeScript, Vite, daisyui
## Badges
[](https://choosealicense.com/licenses/mit/) [](https://opensource.org/licenses/)
## Authors
- [Flamingo](https://www.github.com/gungho0619)
## Feedback
If you have any feedback, please reach out to me via [mail](tzztson@gmail.com) or [telegram](https://t.me/gungho0619)