Skip to content

Commit

Permalink
Added Heroku deployment button to README
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschlueter authored Jan 20, 2022
1 parent 99c5930 commit 81b24bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Nightscout LibreLink Up Uploader/Sidecar
Simple Script written in JavaScript (Node) that uploads CGM readings from LibreLink Up to Nightscout. The upload happens every minute and should work with at least Freestyle Libre 2 and Libre 3 CGM sensors.

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/timoschlueter/nightscout-librelink-up)

## Configuration
The script takes the following environment variables

Expand Down Expand Up @@ -61,4 +63,4 @@ services:

## ToDo
- **Enable multiple readings**: Currently the script takes the first persons glucose data that the configured account has been given access to via LibreLink Up. This should either be configurable or automatically get every persons measurements
- **Integration into Nightscout**: I have not yet looked into the plugin architecture of Nightscout. Maybe this should be converted into a plugin.
- **Integration into Nightscout**: I have not yet looked into the plugin architecture of Nightscout. Maybe this should be converted into a plugin.

0 comments on commit 81b24bd

Please sign in to comment.