A simple web app that helps users keep track of their glucose levels and medical device information.
- 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
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.
- Clone this repository:
git clone https://github.com/Yirade/Carelink-Web
- Run the wizard script:
./run.sh
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.
This project is licensed under the MIT License. See the LICENSE file for details.
This project uses the "carelink-python-client" library by ondrej1024. The original library can be found here.