Add to your Nightscout the content from the latest Brazilian Diabetes Society carbs counting manual.
- A nightscout deployment with the
food
plugin installed. - A working installation of Go (https://go.dev/)
To add the food to your nightscout database run:
NS_BASE_URL="https://your-nightscout-host.com" \
NS_API_SECRET="0123456789yourAPItoken" \
go run main.go
This will make requests to your nightscout api sending the data from data.csv
. Once the database is
populated, there's no need to use this system anymore.
Check out the food plugin to get more instructions on how to proceed from here.
- Manual de Contagem de Carboidratos para pessoas com diabetes is written and distributed by the Brazilian Diabetes Society https://diabetes.org.br/e-book/manual-de-contagem-de-carboidratos/
- Nightscout is a Remote CGM developed by Nightscout Foundation. Source Code available at https://github.com/nightscout/cgm-remote-monitor and documenation at https://nightscout.github.io/