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

https://github.com/calbabreaker/weather

Weather forecasting app
https://github.com/calbabreaker/weather

Last synced: about 1 year ago
JSON representation

Weather forecasting app

Awesome Lists containing this project

README

          

# Weather

Weather forecasting app made with nextjs using https://www.weatherapi.com/.

# Developing

Make a file named `.env.local` with the api key from https://www.weatherapi.com/.

```
WEATHER_API_KEY=
```

Install dependencies:

```sh
pnpm install
```

Start dev server:

```sh
pnpm dev
```