Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.52 KB

README.md

File metadata and controls

61 lines (33 loc) · 1.52 KB

Library Name:

Smart Watch 3

Library Version:

1.0.0

Compatibility

Supports OpenHarmony API version 8

Library Overview:

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


Screenshot of the Library:

lib

Library Feature1:

Description:

It fetches weather , date , time details from the API's

Screenshot:

ss

Flow chart description:

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.

Library Feature2:

Description:

fetch the number of steps walked.

Screenshot:

lol

Advanced feature that could be implemented in Future in this library:

Calculating Blood Pressure and Calories Burned using respective API’s.

Conclusion:

Smart watch three calculates Number of steps walked, Calories burned, fetches date and time and weather details based on location and notifications.