/WeatherAppNext

A weather forecast application with Next.js, grabbing live data from an external API (Open Weather Map).

Primary LanguageJavaScript

A weather forecast application with Next.js, grabbing live data from an external API (Open Weather Map).

Getting Started

First, run the development server:

npm run dev
# or
yarn dev