https://github.com/zigamacele/tenki
simple weather app
https://github.com/zigamacele/tenki
Last synced: about 1 year ago
JSON representation
simple weather app
- Host: GitHub
- URL: https://github.com/zigamacele/tenki
- Owner: zigamacele
- Created: 2023-08-17T11:00:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T09:54:24.000Z (almost 3 years ago)
- Last Synced: 2024-12-25T21:10:10.880Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://tenkiapp.vercel.app/
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Tenki
simple single page weather app built with react
[Check Live Version Here](https://tenkiapp.vercel.app/)
## Manual Installation
Clone the repo:
```bash
git clone https://github.com/zigamacele/tenki.git
cd tenki
```
Install the dependencies:
```bash
pnpm install
```
Set the environment variables:
```bash
cp setup/.env.example .env
# open .env and modify the environment variables
```
## Commands
Running in development:
```bash
pnpm run dev
```
Running in production:
```bash
# build
pnpm run build
```
## Environment Variables
The environment variables can be found and modified in the `.env` file.
Get your API key here: https://openweathermap.org/
```bash
# API KEY
VITE_API_KEY=""
```