This is a Next.js project bootstrapped with create-next-app
,
that allows users to search the 10-day weather forecast for cities, and save it. Saved information will remain in local storage.
Try on Vercel
First you need free test pro key. Create your api key in: https://openweathermap.org/api
Once you get the repository you will need to add it to .env.local
Then, run the development server:
# Clone repository
git clone https://github.com/PMSAlbuquerque/Weather-App.git
# Go into the repository
cd Weather-App
# Install dependencies
npm install
# Run the app
npm run dev
Application using Nextjs, Typescript, Axios, Jest and OpenWeather API (https://openweathermap.org/api).