Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A search weather application
https://github.com/renatozr/weather-app

jotai nextjs tailwindcss

Last synced: about 2 months ago
JSON representation

A search weather application

Awesome Lists containing this project

README

        


Weather App


A search weather application




View Demo


## About The Project

To exercise Next.js, TailwindCSS and API fetching.

## Getting Started

### Prerequisites

- NPM
- OpenWeather Free API Key

### Installation

1. Clone the repo
```sh
git clone [email protected]:renatozr/weather-app.git
```
2. Enter the directory
```sh
cd weather-app
```
3. Install NPM packages
```sh
npm install
```
4. Fill in the environment variables
```sh
NEXT_PUBLIC_WEATHER_KEY=
```
5. Run the project
```sh
npm run dev
```