Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.55 KB

README.md

File metadata and controls

47 lines (25 loc) · 1.55 KB

🚀 Carelink Web

A simple web app that helps users keep track of their glucose levels and medical device information.

⚙️ Features

  • Display current time, battery level, and sensor duration of the user's medical device
  • Show the user's last recorded glucose level and its trend
  • Provide a notification when the device needs calibration or if there are any issues with the sensor
  • Allow the user to enter their name and receive a personalized greeting
  • Easy setup with CLI wizard

💻 Tech Stack

This website is built using HTML, CSS, JavaScript and Python. It uses Bootstrap for the layout and Bootstrap Icons for the icons. The app retrieves data from the user's medical device using carelink-python-client by ondrej1024.

ℹ️ How to Use

  • Clone this repository:
git clone https://github.com/Yirade/Carelink-Web
  • Run the wizard script:
./run.sh

🤝 Contributions

Feel free to fork this repository and add your own features or improvements. Don't forget to create a pull request for your changes to be reviewed and merged.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

👏 Credits

This project uses the "carelink-python-client" library by ondrej1024. The original library can be found here.