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

https://github.com/zigamacele/tenki

simple weather app
https://github.com/zigamacele/tenki

Last synced: about 1 year ago
JSON representation

simple weather app

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=""
```