A simple weather application for Android smartphones and Wear OS devices, featuring home screen widgets, watch tiles, and complications. No location permissions required.
- For backend follow the backend README.
- Create key.properties file following key.properties.example.
- Clone this repository
- Open the project in Android Studio
- Connect a Wear OS device or start an emulator
- Build and run the app
The project consists of:
:wear- Wear OS application:mobile- Mobile application:shared- Shared business logic and data models used by both apps/backend- Node backend API with PostgreSQL caching
Weather data is cached.

