/simple-weather

A simple weather app that uses the OpenWeatherMap API to get the weather forecast for the user's city and 5 other hardcoded ones.

Primary LanguageTypeScript

This is a simple weather app that uses the OpenWeatherMap API to get the weather forecast for the user's city (if location permission is granted), and 5 other hardcoded cities.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Testing

You can run included tests with:

npm run test
# or
yarn test