https://github.com/calbabreaker/weather
Weather forecasting app
https://github.com/calbabreaker/weather
Last synced: about 1 year ago
JSON representation
Weather forecasting app
- Host: GitHub
- URL: https://github.com/calbabreaker/weather
- Owner: Calbabreaker
- License: mit
- Created: 2022-02-22T00:30:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T06:19:40.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T11:14:25.302Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://weather-foreapp.vercel.app
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```