Smart Watch 3
1.0.0
Supports OpenHarmony API version 8
Smart Watch three shows following functionalites;
- It fetches weather details based on the location of the user.
- Shows current date and time
- Calculates Number of steps walked and Calories burned .
GitHub link: Smart Watch three
It fetches weather , date , time details from the API's
In fetchWeather function it will first fetches the locations details of the user i.e latitude and longitude, using openweather api fetches the weather details based on the latitude and longitude.
fetch the number of steps walked.
Calculating Blood Pressure and Calories Burned using respective API’s.
Smart watch three calculates Number of steps walked, Calories burned, fetches date and time and weather details based on location and notifications.