share2nightscout-bridge 0.2.9 → 0.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/npm-shrinkwrap.json +321 -1193
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
share2nightscout-bridge
|
|
2
2
|
=======================
|
|
3
3
|
|
|
4
|
+
> ⚠️ **DEPRECATED**: This repository is deprecated and will be archived on 2026-03-31.
|
|
5
|
+
>
|
|
6
|
+
> **Migration**: Use [nightscout-connect](https://github.com/nightscout/nightscout-connect) instead.
|
|
7
|
+
>
|
|
8
|
+
> nightscout-connect provides the same Dexcom Share functionality with:
|
|
9
|
+
> - Modern dependency stack (axios instead of deprecated `request` package)
|
|
10
|
+
> - Node 18/20/22+ support
|
|
11
|
+
> - Multiple data sources (Dexcom Share, LibreLinkUp, Medtronic CareLink, and more)
|
|
12
|
+
>
|
|
13
|
+
> See the [Migration Guide](https://github.com/nightscout/nightscout-connect#dexcom-share) for environment variable mapping.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
4
17
|
[](https://app.wercker.com/project/bykey/1d9a86d110cb9d42c844fa60d084e5c4)
|
|
5
18
|
[![Gitter chat][gitter-img]][gitter-url]
|
|
6
19
|
[Releases][releases]
|