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

https://github.com/akshaypx/weather-next

🔼NextJS app to know any city's current weather. Autocomplete your city name in search box. Get Humidity, Wind, Pressure data also.
https://github.com/akshaypx/weather-next

animated-icons autocom nextjs weather-api

Last synced: 3 months ago
JSON representation

🔼NextJS app to know any city's current weather. Autocomplete your city name in search box. Get Humidity, Wind, Pressure data also.

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## To Install Locally

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Screenshots

![screenshot](public/images/screenshot.png)